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 0d5fe3e commit 9408693
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.app.win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
with:
node-version: '18'

- name: Rename Version
run: |
sed -i "s/\"1.0.0\"/\"${VERSION}\"/" package.json
env:
VERSION: ${{ steps.prep.outputs.version_number }}

- run: npm install
- run: npm run package

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/deploy.app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
with:
node-version: '18'

- name: Rename Version
run: |
sed -i "s/\"1.0.0\"/\"${VERSION}\"/" package.json
env:
VERSION: ${{ steps.prep.outputs.version_number }}

- run: npm install
- run: npm run package

Expand Down

0 comments on commit 9408693

Please sign in to comment.