Skip to content

Commit cdc60c8

Browse files
committed
Specify registry url.
1 parent 1a4a226 commit cdc60c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm_publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: actions/setup-node@v4
1414
with:
1515
node-version: '18.x'
16+
registry-url: 'https://registry.npmjs.org'
1617
- run: npm install
1718
- run: npm publish
1819
env:

0 commit comments

Comments
 (0)