Skip to content

Commit 09cfb1c

Browse files
author
xeon zolt
committed
fix: GitHub Actions detached HEAD issue in Homebrew tap generation
1 parent 76bf6e9 commit 09cfb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
git config user.email github-actions[bot]@users.noreply.github.com
3939
git add Formula/codecompass.rb
4040
git commit -m "Update codecompass.rb for ${TAG}"
41-
git push
41+
git push origin HEAD:main

0 commit comments

Comments
 (0)