Skip to content

Commit b48992d

Browse files
committed
fix(cd): registry-url
1 parent cd3efa0 commit b48992d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Setup NODE
3131
uses: actions/setup-node@v3
3232
with:
33+
registry-url: "https://registry.npmjs.org"
3334
node-version: "20.x"
3435
- name: Upload NPM
3536
if: steps.semantic-release.outputs.released == 'true'

0 commit comments

Comments
 (0)