Skip to content

Commit 81672f8

Browse files
committed
ci: explicitly set registry-url for setup-node publish
1 parent f5a0603 commit 81672f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ jobs:
121121
- uses: actions/setup-node@v3
122122
with:
123123
node-version: 18
124+
registry-url: 'https://registry.npmjs.org'
124125
- uses: actions/download-artifact@v3
125126
with:
126127
name: npm-package

0 commit comments

Comments
 (0)