Skip to content

Commit 881c459

Browse files
committed
registry-url微修正
1 parent 2302afe commit 881c459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-node@v3
2525
with:
2626
node-version: 18
27-
registry-url: https://npm.pkg.github.com/
27+
registry-url: https://npm.pkg.github.com
2828

2929
- name: Install openapi-generator-cli
3030
run: npm install -g @openapitools/openapi-generator-cli

0 commit comments

Comments
 (0)