Skip to content

Commit 62595bd

Browse files
committed
add registry url to js-release
1 parent ed72709 commit 62595bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/js-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/setup-node@v4
1717
with:
1818
node-version: 18.x
19+
registry-url: https://registry.npmjs.org
1920
- name: Setup Git
2021
if: ${{ steps.prep.outputs.tag_name == '' }}
2122
run: |

0 commit comments

Comments
 (0)