Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #31 from jumpserver/dev
Browse files Browse the repository at this point in the history
fix: 修正构建错误
  • Loading branch information
wojiushixiaobai authored Apr 11, 2024
2 parents 08abd02 + 88fec5e commit aad5ae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: |
ssh -o StrictHostKeyChecking=no [email protected] || echo ""
rm -rf .git
git clone --depth=1 git@${{ github.repository }}.git
git clone --depth=1 git@gitea.com:${{ github.repository }}.git
mv opt/* web-static/
git add .
git commit -m "Release Version ${{ steps.get-version.outputs.version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-gitea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
ssh -o StrictHostKeyChecking=no [email protected] || echo ""
rm -rf .git
git clone --depth=1 git@${{ github.repository }}.git web-static
git clone --depth=1 git@gitea.com:${{ github.repository }}.git web-static
mv opt/* web-static/
git add .
git commit -m "Release Version ${{ github.event.inputs.version }}"
Expand Down

0 comments on commit aad5ae5

Please sign in to comment.