Skip to content

Commit 306e737

Browse files
committed
fix(actions): explicitly use registry-url to publish
1 parent 730d929 commit 306e737

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- uses: actions/setup-node@v4
4444
with:
4545
node-version: 22
46+
registry-url: 'https://registry.npmjs.org'
4647
# Might be a useless optimization but I felt like not reusing the build job
4748
- name: Download index.js from release
4849
run: |

0 commit comments

Comments
 (0)