Skip to content

Commit

Permalink
Correct NPM publishing token secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarner committed Aug 19, 2020
1 parent 9854668 commit 328656a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
- name: Publish release to NPM registry
run: npm publish dist
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_PUBLISHING }}

0 comments on commit 328656a

Please sign in to comment.