fix: add NODE_AUTH_TOKEN for npm publish
This commit is contained in:
parent
41918af852
commit
02e00873a0
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -55,4 +55,5 @@ jobs:
|
|||||||
VERSION: ${{ inputs.version }}
|
VERSION: ${{ inputs.version }}
|
||||||
CI: true
|
CI: true
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
NPM_CONFIG_PROVENANCE: true
|
NPM_CONFIG_PROVENANCE: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user