mirror of https://github.com/nodejs/corepack.git
chore(ci): pass `NPM_TOKEN` to `npm publish` step (#527)
This commit is contained in:
parent
aa6fd836f2
commit
dece8891bb
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
- name: Publish to the npm registry
|
||||
run: npm publish corepack.tgz --provenance
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||
|
||||
- name: Add Corepack package archive to GitHub release
|
||||
run: gh release upload ${{ needs.release-please.outputs.release_tag }} corepack.tgz
|
||||
|
|
|
|||
Loading…
Reference in New Issue