Skip to content

Commit

Permalink
fix ci-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhiwei Zhang committed Jan 29, 2025
1 parent d7e0ba8 commit e07e520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git checkout -b release-branch
git commit -am "chore: bump version [skip ci]"
git commit -am "chore: bump version [skip ci]" || echo "No changes to commit"
git push origin release-branch || echo "No changes to push"
# Install GitHub CLI and authenticate before creating PR
Expand Down

0 comments on commit e07e520

Please sign in to comment.