Skip to content

Commit 7c11588

Browse files
committed
Add missing registry-url parameter
1 parent 1fec667 commit 7c11588

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2828
with:
2929
node-version: 22.x
30+
registry-url: https://registry.npmjs.org/
3031
- run: npm publish
3132
env:
3233
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)