Skip to content

Commit

Permalink
fix: use correct version in build and artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe committed Jun 23, 2020
1 parent 6b08e8a commit 16aefc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
run: |
mkdir -p ~/private_keys/
echo '${{ secrets.api_key }}' > ~/private_keys/AuthKey_${{ secrets.api_key_id }}.p8
- run: npm run build
- run: npx --no-install semantic-release || true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "npx --no-install electron-builder --mac --publish never"
"prepareCmd": "npm --no-git-tag-version version ${nextRelease.version} && npm run build && npx --no-install electron-builder --mac --publish never"
}
],
[
Expand Down

0 comments on commit 16aefc1

Please sign in to comment.