From 04c2be826b824f6f4404c283f314a637f8309f03 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Wed, 6 Aug 2025 14:02:23 +0200 Subject: [PATCH] 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. --- .github/workflows/release.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ecb3d08e0..abf81551f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -149,10 +149,3 @@ jobs: args: release --clean env: 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}}