Skip to content

Commit c2c337b

Browse files
committed
fix: add npm token fallback to release workflow
1 parent 39c3a84 commit c2c337b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,7 @@ jobs:
4646
- name: Release
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
50+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4951
NPM_CONFIG_PROVENANCE: true
5052
run: npx semantic-release

0 commit comments

Comments
 (0)