mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-06 22:33:07 +02: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:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -149,10 +149,3 @@ jobs:
|
|||||||
args: release --clean
|
args: release --clean
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{secrets.LAZYGIT_RELEASE_PAT}}
|
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}}
|
|
||||||
|
Reference in New Issue
Block a user