Skip to content

Commit

Permalink
ci: fix NPM auth problem (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Jan 27, 2022
1 parent 4a5107b commit 6711fbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
- name: List prebuilds
run: ls -laR node-grove/prebuilds

- name: NPM Publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish NPM package
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 6711fbc

Please sign in to comment.