Skip to content

Commit 520dff2

Browse files
committed
chore: fix token case for npm auth
1 parent 63e15fa commit 520dff2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121

2222
- run: pnpm publish --access=public --no-git-checks
2323
env:
24-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
24+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)