We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e6b10c + ed4b616 commit 30b18d9Copy full SHA for 30b18d9
.github/workflows/npmpublish.yml
@@ -20,8 +20,10 @@ jobs:
20
- run: npm i --ignore-scripts
21
- run: npm run pre-build
22
- run: npm test
23
- - run: npm run pre-unpublish
24
- - run: npm run pre-publish
25
- - run: npm run publish
+ - run: npm run pre-unpublish && npm run pre-publish
+ env:
+ node_pre_gyp_accessKeyId: ${{secrets.node_pre_gyp_accessKeyId}}
26
+ node_pre_gyp_secretAccessKey: ${{secrets.node_pre_gyp_secretAccessKey}}
27
+ - run: npm publish
28
env:
29
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments