Skip to content

Commit 115b545

Browse files
authored
Add reg url to fix publishing (#377)
2 parents 52ae0b6 + d1c1520 commit 115b545

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
@@ -99,6 +99,7 @@ jobs:
9999
with:
100100
node-version: ${{ env.NODE_VERSION }}
101101
cache: npm
102+
registry-url: "https://registry.npmjs.org"
102103

103104
- name: Install dependencies
104105
run: npm ci

0 commit comments

Comments
 (0)