Skip to content

Commit

Permalink
Add missing registry-url parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed Oct 15, 2024
1 parent 1fec667 commit 7c11588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 22.x
registry-url: https://registry.npmjs.org/
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 7c11588

Please sign in to comment.