Skip to content

Commit

Permalink
npm auth token (#22)
Browse files Browse the repository at this point in the history
* try to fix publish issue vis-a-vis actions/setup-node#81
  • Loading branch information
Zemnmez authored Aug 13, 2021
1 parent 4385592 commit 187a5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yarn_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- run: yarn prepack
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 187a5db

Please sign in to comment.