Skip to content

Commit

Permalink
chore(ci): pass NPM_TOKEN to npm publish step (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Jul 13, 2024
1 parent aa6fd83 commit dece889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dece889

Please sign in to comment.