Skip to content

Commit 517a78e

Browse files
committed
ci: use npm token for reliable publishing
1 parent 6023389 commit 517a78e

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
@@ -90,4 +90,5 @@ jobs:
9090
- name: Release
9191
env:
9292
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
93+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
9394
run: pnpm exec semantic-release

0 commit comments

Comments
 (0)