Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/vvmnnnkv/libtorchjs
Browse files Browse the repository at this point in the history
  • Loading branch information
vvmnnnkv committed Feb 24, 2020
2 parents 1e6b10c + ed4b616 commit 30b18d9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
- run: npm i --ignore-scripts
- run: npm run pre-build
- run: npm test
- run: npm run pre-unpublish
- run: npm run pre-publish
- run: npm run publish
- run: npm run pre-unpublish && npm run pre-publish
env:
node_pre_gyp_accessKeyId: ${{secrets.node_pre_gyp_accessKeyId}}
node_pre_gyp_secretAccessKey: ${{secrets.node_pre_gyp_secretAccessKey}}
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 30b18d9

Please sign in to comment.