Skip to content

Commit 743cbe9

Browse files
committed
chore: change to NODE_AUTH_TOKEN for publish
1 parent 9187ea6 commit 743cbe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Publish release
2323
run: npm publish --access public
2424
env:
25-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
25+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)