Skip to content

Commit 0262a8d

Browse files
authored
Stop bumping our homebrew formula (#4799)
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.
2 parents c08903e + 04c2be8 commit 0262a8d

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)