1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-06 22:33:07 +02:00

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.
This commit is contained in:
Stefan Haller
2025-08-06 19:24:46 +02:00
committed by GitHub

View File

@ -149,10 +149,3 @@ jobs:
args: release --clean args: release --clean
env: env:
GITHUB_TOKEN: ${{secrets.LAZYGIT_RELEASE_PAT}} GITHUB_TOKEN: ${{secrets.LAZYGIT_RELEASE_PAT}}
- name: Bump Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
with:
token: ${{secrets.LAZYGIT_RELEASE_PAT}}
formula: lazygit
tag: ${{env.new_tag}}