Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeOfBreeze authored Jul 21, 2024
1 parent 2c8541a commit c5ac8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: echo ::set-output name=version::${{ github.ref }}
- name: Set package.json version
run: |
npm version ${{ steps.get_tag_version.outputs.version }#app-}
npm version ${{ steps.get_tag_version.outputs.version }}#app-
working-directory: ./nt-app
- run: yarn install
- run: yarn workspace nt-app electron:build --publish never
Expand Down

0 comments on commit c5ac8e3

Please sign in to comment.