Skip to content

Commit d252a81

Browse files
authored
Add registry URL to npm publish workflow
1 parent e7c65a7 commit d252a81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
node-version: '20'
3131
always-auth: true
32+
registry-url: 'https://registry.npmjs.org'
3233

3334
- name: Install dependencies
3435
run: |

0 commit comments

Comments
 (0)