From 1e34a9babc85d362a45544787dee017a994acacb Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 26 May 2024 14:26:10 +1000 Subject: [PATCH] Remove homebrew bump action Apparently: " Error: Whoops, the lazydocker formula has its version update pull requests automatically opened by BrewTestBot! We'd still love your contributions, though, so try another one that's not in the autobump list " So looks like we don't need to have this action anymore because homebrew will be updated automatically. --- .github/workflows/cd.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 9e9986da..8b48fe81 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -25,11 +25,3 @@ jobs: args: release --clean env: GITHUB_TOKEN: ${{secrets.TOKEN_GITHUB}} - homebrew: - runs-on: ubuntu-latest - steps: - - name: Bump Homebrew formula - uses: dawidd6/action-homebrew-bump-formula@v3 - with: - token: ${{secrets.TOKEN_GITHUB}} - formula: lazydocker