Skip to content

Commit 243a3d4

Browse files
committed
build: Added registry url to publish
1 parent 487b261 commit 243a3d4

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
@@ -17,6 +17,7 @@ jobs:
1717
with:
1818
node-version: 16
1919
cache: 'npm'
20+
registry-url: 'https://registry.npmjs.org'
2021

2122
- name: NPM Install
2223
run: npm ci

0 commit comments

Comments
 (0)