mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-13 09:06:27 -04:00
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.
This commit is contained in:
parent
c08903e3ad
commit
04c2be826b
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue