mirror of https://github.com/nodejs/corepack.git
This reverts commit dece8891bb.
This commit is contained in:
parent
b8356088c7
commit
b498551005
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
- name: Publish to the npm registry
|
||||
run: npm publish corepack.tgz --provenance
|
||||
env:
|
||||
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||
NODE_AUTH_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