Skip to content

Commit 3a1652b

Browse files
committed
Add registry url to release action.
1 parent e10992c commit 3a1652b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/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: '20.x'
16+
registry-url: 'https://registry.npmjs.org'
1617
- name: Install dependencies
1718
run: npm install
1819
- name: Publish package on NPM 📦

0 commit comments

Comments
 (0)