Skip to content

Commit

Permalink
Update release workflow to use NPM_TOKEN rather than NPM_PUBLISH_TOKEN (
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin authored Dec 21, 2021
1 parent 0b53309 commit 73acacc
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 @@ -43,4 +43,4 @@ jobs:
publish: npx changeset publish --tag beta
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit 73acacc

Please sign in to comment.