Skip to content

Commit

Permalink
Chore(ci): Set NPM_AUTH_TOKEN for npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Mar 14, 2022
1 parent 4e5e39d commit a9b096b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: cd dist/ && yarn publish --ignore-scripts
env:
# Use a token to publish to NPM. See below for how to set it up
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

# push the version changes to GitHub
- name: Push
Expand Down

0 comments on commit a9b096b

Please sign in to comment.