Skip to content

Commit d86dae8

Browse files
committed
fix ci use node auth token when login
1 parent 2a792bf commit d86dae8

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
@@ -18,5 +18,5 @@ jobs:
1818
- run: npm run review
1919
- run: npm login --registry https://registry.npmjs.org
2020
env:
21-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
21+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2222
- run: npm publish

0 commit comments

Comments
 (0)