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 a372619 commit 26b1ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.app.win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

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

0 comments on commit 26b1ec3

Please sign in to comment.