Skip to content

Commit 93d6fd5

Browse files
committed
Add registry-url
1 parent 016f9de commit 93d6fd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: actions/setup-node@v3
2121
with:
2222
node-version: "18.16.0"
23+
registry-url: "https://registry.npmjs.org"
2324
- run: yarn install
2425
- run: yarn run build
2526
env:

0 commit comments

Comments
 (0)