fix(ci): add NPM_TOKEN for npm publish authentication
This commit is contained in:
parent
396043a122
commit
f658544cd6
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -140,6 +140,7 @@ 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
|
||||||
|
|
||||||
- name: Delete draft release
|
- name: Delete draft release
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user