We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c65a7 commit d252a81Copy full SHA for d252a81
1 file changed
.github/workflows/publish-npm.yml
@@ -29,6 +29,7 @@ jobs:
29
with:
30
node-version: '20'
31
always-auth: true
32
+ registry-url: 'https://registry.npmjs.org'
33
34
- name: Install dependencies
35
run: |
0 commit comments