Skip to content

Commit 74c0e1f

Browse files
authored
chore: change release to npmjs token
Change the release workflow to use NPMJS package repository token
1 parent 2792701 commit 74c0e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
env:
5555
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
57+
NPM_TOKEN: ${{ secrets.NPMJS_TOKEN }}
5858
GIT_COMMIT: ${{ github.sha }}
5959
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
6060
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}

0 commit comments

Comments
 (0)