Skip to content

Commit 30b18d9

Browse files
committed
Merge branch 'master' of https://github.com/vvmnnnkv/libtorchjs
2 parents 1e6b10c + ed4b616 commit 30b18d9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/npmpublish.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ jobs:
2020
- run: npm i --ignore-scripts
2121
- run: npm run pre-build
2222
- run: npm test
23-
- run: npm run pre-unpublish
24-
- run: npm run pre-publish
25-
- run: npm run publish
23+
- run: npm run pre-unpublish && npm run pre-publish
24+
env:
25+
node_pre_gyp_accessKeyId: ${{secrets.node_pre_gyp_accessKeyId}}
26+
node_pre_gyp_secretAccessKey: ${{secrets.node_pre_gyp_secretAccessKey}}
27+
- run: npm publish
2628
env:
2729
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)