Skip to content

Commit 147abbe

Browse files
committed
add registry url
1 parent 6073562 commit 147abbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-npm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
- uses: actions/setup-node@v4
1515
with:
1616
node-version: "20.x"
17+
registry-url: "https://registry.npmjs.org"
18+
1719
- run: yarn build
1820
- run: npm publish --provenance --access public
1921
env:

0 commit comments

Comments
 (0)