Skip to content

Commit 15e71e7

Browse files
committed
Add registry url to publish action.
1 parent dd31bd9 commit 15e71e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- uses: actions/setup-node@v2
1111
with:
1212
node-version: 18
13+
registry-url: "https://registry.npmjs.org"
1314
- run: npm ci
1415
- run: npm run build
1516
- run: npm publish --access public

0 commit comments

Comments
 (0)