Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
Add registry workaround from 
actions/setup-node#73 (comment)
  • Loading branch information
rob-clarke authored Jun 7, 2021
1 parent 0f38096 commit d72be41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
registry-url: https://npm.pkg.github.com/
scope: "@raidiun"
- run: npm ci
- run: echo "registry=https://npm.pkg.github.com/@raidiun" >> .npmrc
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit d72be41

Please sign in to comment.