Skip to content

Commit fe041e8

Browse files
authored
fix(CI/CD): config registry-url (#141)
1 parent 324fd78 commit fe041e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- uses: actions/setup-node@v3
1818
with:
1919
node-version: "14"
20+
registry-url: "https://registry.npmjs.org"
2021

2122
- name: reset gh-pages to main
2223
run: |

0 commit comments

Comments
 (0)