Skip to content

Commit 70c7356

Browse files
committed
ci: fix NPM token environment variable
1 parent b4bc46f commit 70c7356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Publish to NPM
6363
id: publish
6464
env:
65-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
65+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6666
run: |
6767
pnpm publish --access public
6868
- name: Publish to Github Release

0 commit comments

Comments
 (0)