Skip to content

Commit 04c2be8

Browse files
committed
Stop bumping our homebrew formula
It is being auto-bumped by homebrew, like most formulae these days, so no reason for us to do that explicitly; and it actually fails with an error message, so stop trying.
1 parent c08903e commit 04c2be8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,3 @@ jobs:
149149
args: release --clean
150150
env:
151151
GITHUB_TOKEN: ${{secrets.LAZYGIT_RELEASE_PAT}}
152-
153-
- name: Bump Homebrew formula
154-
uses: dawidd6/action-homebrew-bump-formula@v3
155-
with:
156-
token: ${{secrets.LAZYGIT_RELEASE_PAT}}
157-
formula: lazygit
158-
tag: ${{env.new_tag}}

0 commit comments

Comments
 (0)