Skip to content

Commit 8f407c8

Browse files
committed
fix: add NODE_AUTH_TOKEN for npm publish
1 parent f6cf6ed commit 8f407c8

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
@@ -49,4 +49,5 @@ jobs:
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
52+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5253
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)