Skip to content

Commit

Permalink
Remove homebrew bump action
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jesseduffield committed May 26, 2024
1 parent 152b365 commit 1e34a9b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1e34a9b

Please sign in to comment.