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.
This commit is contained in:
Jesse Duffield 2024-05-26 14:26:10 +10:00
parent 152b365771
commit 1e34a9babc

View file

@ -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