Skip to content

Commit

Permalink
init code
Browse files Browse the repository at this point in the history
  • Loading branch information
hocgin committed Apr 11, 2024
1 parent fbb6e13 commit 001c3a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.app.win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ jobs:

- name: Rename Version
run: |
(Get-Content package.json) -replace "(?<=^|(?<=\W))9.9.9(?!\w)", "$VERSION" | Set-Content package.json
echo "${{ steps.prep.outputs.version_number }}"
(Get-Content package.json) -replace "(?<=^|(?<=\W))9.9.9(?!\w)", "${{ steps.prep.outputs.version_number }}" | Set-Content package.json
get-content package.json -encoding utf8
env:
$VERSION: ${{ steps.prep.outputs.version_number }}
- run: npm install
- run: npm run package
Expand Down

0 comments on commit 001c3a4

Please sign in to comment.