Skip to content

Commit eb2ac2b

Browse files
committed
fix: add NODE_AUTH_TOKEN for npm publish authentication
1 parent 4cc2885 commit eb2ac2b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ jobs:
3737
commit: 'chore: version packages'
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4041
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)