mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-21 22:43:27 +02:00
Merge pull request #775 from jesseduffield/dawidd6-patch-1
workflows: update homebrew bumping action
This commit is contained in:
commit
4a35f9fcdb
6
.github/workflows/cd.yml
vendored
6
.github/workflows/cd.yml
vendored
@ -21,12 +21,8 @@ jobs:
|
|||||||
uses: goreleaser/goreleaser-action@v1
|
uses: goreleaser/goreleaser-action@v1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{secrets.GITHUB_API_TOKEN}}
|
GITHUB_TOKEN: ${{secrets.GITHUB_API_TOKEN}}
|
||||||
- name: Get tag
|
|
||||||
id: tag
|
|
||||||
uses: dawidd6/action-get-tag@v1
|
|
||||||
- name: Bump Homebrew
|
- name: Bump Homebrew
|
||||||
uses: dawidd6/action-homebrew-bump-formula@v1
|
uses: dawidd6/action-homebrew-bump-formula@v2
|
||||||
with:
|
with:
|
||||||
token: ${{secrets.GITHUB_API_TOKEN}}
|
token: ${{secrets.GITHUB_API_TOKEN}}
|
||||||
formula: lazygit
|
formula: lazygit
|
||||||
url: "https://github.com/${{github.repository}}/archive/${{steps.tag.outputs.tag}}.tar.gz"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user