Skip to content

Commit 87f3fa6

Browse files
committed
ci: setup NPM token env in release job
1 parent da776e6 commit 87f3fa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/realease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ jobs:
3232
- name: Release
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35+
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3536
run: npx semantic-release

0 commit comments

Comments
 (0)