Skip to content

Commit

Permalink
fix: actions bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiiu committed Jul 6, 2023
1 parent fbff127 commit 317ebd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:

- name: Install
run: |
git config --global --add url."https://hufeiyu@guanmai.cn:hufeiyu123@code.guanmai.cn".insteadOf "https://code.guanmai.cn"
yarn
git config --global --add url."https://hufeiyu:hufeiyu123@code.guanmai.cn".insteadOf "https://code.guanmai.cn"
yarn
- name: Publish packages
run:
yarn lerna publish from-package --no-verify-access --yes

0 comments on commit 317ebd4

Please sign in to comment.