We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NPM_TOKEN
npm publish
1 parent aa6fd83 commit dece889Copy full SHA for dece889
1 file changed
.github/workflows/publish.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Publish to the npm registry
52
run: npm publish corepack.tgz --provenance
53
env:
54
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
+ NPM_TOKEN: ${{secrets.NPM_TOKEN}}
55
56
- name: Add Corepack package archive to GitHub release
57
run: gh release upload ${{ needs.release-please.outputs.release_tag }} corepack.tgz
0 commit comments