Skip to content

Commit 0692bed

Browse files
chore: fix the publish workflow
It seems the "registry-url" variable is mandatory: npm/cli#6184
1 parent f00fc89 commit 0692bed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: actions/setup-node@v4
2424
with:
2525
node-version: 20
26+
registry-url: 'https://registry.npmjs.org'
2627

2728
- name: Install dependencies
2829
run: npm ci

0 commit comments

Comments
 (0)