Skip to content

Commit

Permalink
ci(repo): Fix release-plz github action
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Mar 11, 2025
1 parent cd4d846 commit 461c506
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-plz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ jobs:
if [[ -n "$pr_number" ]]; then
gh pr checkout $pr_number
make fmt
git add .
git commit -m "ci(repo): Format files in the release PR"
git push
git diff --quiet || git commit -am "ci(repo): Format files in the release PR"
git push || echo "No changes to push"
fi

0 comments on commit 461c506

Please sign in to comment.