Skip to content

Commit 02e0087

Browse files
committed
fix: add NODE_AUTH_TOKEN for npm publish
1 parent 41918af commit 02e0087

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ jobs:
5555
VERSION: ${{ inputs.version }}
5656
CI: true
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5859
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)