We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f0a4c commit 3110641Copy full SHA for 3110641
1 file changed
.github/workflows/publish-brew.yml
@@ -134,7 +134,7 @@ jobs:
134
cd tap
135
git config user.name "github-actions[bot]"
136
git config user.email "github-actions[bot]@users.noreply.github.com"
137
- git add Formula/goodcommit.rb Formula/git-ai-commit.rb
+ git add -A Formula
138
if git diff --cached --quiet; then
139
echo "No changes to publish"
140
exit 0
0 commit comments