Skip to content

Commit

Permalink
Update publish.yml to have node-registry-url (#2924)
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Jul 24, 2024
1 parent a0f8bca commit ebf0dc1
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 @@ -46,7 +46,7 @@ jobs:
- uses: wyvox/action-setup-pnpm@v3
with:
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
registry-url: 'https://registry.npmjs.org'
node-registry-url: 'https://registry.npmjs.org'
- run: pnpm install --frozen-lockfile
- name: npm publish
run: pnpm release-plan publish
Expand Down

0 comments on commit ebf0dc1

Please sign in to comment.