Skip to content

Commit 2df0a70

Browse files
committed
ci(release): pass NPM_TOKEN explicitly — Changesets requires it for .npmrc generation
1 parent 3d20fdd commit 2df0a70

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
@@ -49,6 +49,7 @@ jobs:
4949
publish: pnpm release
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5253
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5354

5455
- name: Output published status

0 commit comments

Comments
 (0)