Skip to content

Commit 8ee3ad9

Browse files
committed
fix: pass NPM_TOKEN env var for changesets/action npm auth
changesets/action checks NPM_TOKEN env var directly, separate from NODE_AUTH_TOKEN used by setup-node.
1 parent 77ea2f0 commit 8ee3ad9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ jobs:
4444
commit: 'chore: version packages'
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4748
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)