Skip to content

Commit

Permalink
fix(action): npm token name
Browse files Browse the repository at this point in the history
  • Loading branch information
rosmcmahon committed Feb 21, 2025
1 parent 53d7d40 commit e72b56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:

- name: Publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm publish

0 comments on commit e72b56b

Please sign in to comment.