Skip to content

Commit dece889

Browse files
authored
chore(ci): pass NPM_TOKEN to npm publish step (#527)
1 parent aa6fd83 commit dece889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Publish to the npm registry
5252
run: npm publish corepack.tgz --provenance
5353
env:
54-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
54+
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
5555

5656
- name: Add Corepack package archive to GitHub release
5757
run: gh release upload ${{ needs.release-please.outputs.release_tag }} corepack.tgz

0 commit comments

Comments
 (0)