Skip to content

Commit

Permalink
💚 Fixing CI Build.
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed Jul 13, 2024
1 parent 184d1fc commit add42bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update Version
name: update version and sync-repo

on:
push:
Expand Down Expand Up @@ -47,14 +47,8 @@ jobs:
git commit -m "Update version to $new_version" -a
git push origin master
sync-repo:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
- name: sync-repo
uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://git.pig4cloud.com/pig/CGTM.git'
GIT_USERNAME: lengleng
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
V2024001
V2024000

0 comments on commit add42bb

Please sign in to comment.