Skip to content

Commit ea49fa1

Browse files
committed
ci: add npm token fallback for release
1 parent ff6cdd7 commit ea49fa1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,5 @@ jobs:
9191
- name: Release
9292
env:
9393
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
94+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
9495
run: pnpm exec semantic-release

0 commit comments

Comments
 (0)