Skip to content

Commit 3110641

Browse files
committed
ci: fix brew formula publish add
1 parent f1f0a4c commit 3110641

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-brew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
cd tap
135135
git config user.name "github-actions[bot]"
136136
git config user.email "github-actions[bot]@users.noreply.github.com"
137-
git add Formula/goodcommit.rb Formula/git-ai-commit.rb
137+
git add -A Formula
138138
if git diff --cached --quiet; then
139139
echo "No changes to publish"
140140
exit 0

0 commit comments

Comments
 (0)