We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73da410 commit 8ccb907Copy full SHA for 8ccb907
.github/workflows/ci.yml
@@ -137,7 +137,7 @@ jobs:
137
retention-days: 7
138
139
- name: Upload binaries to GitHub Release
140
- run: yarn node-pre-gyp-github publish
+ run: yarn install --ignore-scripts && yarn node-pre-gyp-github publish
141
if: matrix.node == 16 && startsWith(github.ref, 'refs/tags/')
142
env:
143
NODE_PRE_GYP_GITHUB_TOKEN: ${{ github.token }}
0 commit comments