Skip to content

Commit 58cf60b

Browse files
committed
[CI] Fix npm releases with pnpm
1 parent 02b8005 commit 58cf60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-on-npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Publish on NPM
4444
env:
45-
NPM_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
45+
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
4646
run: pnpm publish --recursive --access public --no-git-checks
4747

4848
- name: Push changes

0 commit comments

Comments
 (0)