Skip to content

Commit 0e54be8

Browse files
committed
fix publish token
1 parent 340db5d commit 0e54be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
- run: npm version $(echo "${GITHUB_REF}" | sed 's/refs\/tags\///') --git-tag-version false
2020
- run: echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> .npmrc
2121
env:
22-
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
22+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2323
- run: npm publish

0 commit comments

Comments
 (0)