Skip to content

Commit b4c6952

Browse files
[fix](build): release.yml(NPM_TOKEN)
1 parent 6593b61 commit b4c6952

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
- run: npx [email protected]
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33-
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_BOT_NPM_TOKEN }}
33+
NPM_TOKEN: ${{ secrets.NPM_TOKEN}}
34+

0 commit comments

Comments
 (0)