Revert "chore(ci): pass `NPM_TOKEN` to `npm publish` step (#527)" (#529)

This reverts commit dece8891bb.
This commit is contained in:
Antoine du Hamel 2024-07-13 10:59:47 +02:00 committed by GitHub
parent b8356088c7
commit b498551005
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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