Skip to content

Commit

Permalink
ci: 🎡 fix release command
Browse files Browse the repository at this point in the history
  • Loading branch information
denghongcai committed Jan 6, 2025
1 parent f7a092e commit 67a5205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
env:
NODE_PRE_GYP_GITHUB_TOKEN: ${{ secrets.NODE_PRE_GYP_GITHUB_TOKEN }}
run: |
if [[ $PUBLISH_BINARY == true ]]; then node-pre-gyp package; node-pre-gyp-github publish --release; fi;
if [[ $PUBLISH_BINARY == true ]]; then ./node_modules/.bin/node-pre-gyp package; node-pre-gyp-github publish --release; fi;
./node_modules/.bin/node-pre-gyp clean
node-gyp clean
Expand Down

0 comments on commit 67a5205

Please sign in to comment.