Skip to content

Commit

Permalink
chore: try using NPM_AUTH_TOKEN instead of NODE_AUTH_TOKEN
Browse files Browse the repository at this point in the history
Attempt to fix the release workflow.
See actions/setup-node#81
  • Loading branch information
JohannesRudolph committed Oct 30, 2021
1 parent fb04381 commit fea617f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- run: yarn build
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fea617f

Please sign in to comment.