Skip to content

Commit

Permalink
Update publish_package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
james03160927 authored May 2, 2024
1 parent 1aceb70 commit a5fefa4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,9 @@ jobs:
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
git add Formula/comfy-cli.rb
git commit -m "Update comfy-cli formula"
git push
if git diff --staged --quiet; then
echo "No changes to commit."
else
git commit -m "Update comfy-cli formula"
git push
fi

0 comments on commit a5fefa4

Please sign in to comment.