Skip to content

Commit d1c1520

Browse files
committed
Add reg url to fix publishing
1 parent 52ae0b6 commit d1c1520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
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)