Skip to content

Commit

Permalink
Update Create Release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NightRainMilkyWay authored Oct 6, 2024
1 parent 9610b02 commit df15533
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Create Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
- name: 同步 repo
run: |
rm -rf ./*.zip
cd clones/org/repo1
bash -c 'if [ $(git status --porcelain | wc -l) -eq 0 ]; then
echo "工作树无变更,跳过提交步骤..."
else
Expand All @@ -84,4 +83,4 @@ jobs:
git log -3 --oneline
echo "推送更新中..."
git push
fi'
fi'

0 comments on commit df15533

Please sign in to comment.