Skip to content

Commit

Permalink
Merge pull request #775 from jesseduffield/dawidd6-patch-1
Browse files Browse the repository at this point in the history
workflows: update homebrew bumping action
  • Loading branch information
dawidd6 committed Apr 2, 2020
2 parents 3e36aff + 674b148 commit 4a35f9f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,8 @@ jobs:
uses: goreleaser/goreleaser-action@v1
env:
GITHUB_TOKEN: ${{secrets.GITHUB_API_TOKEN}}
- name: Get tag
id: tag
uses: dawidd6/action-get-tag@v1
- name: Bump Homebrew
uses: dawidd6/action-homebrew-bump-formula@v1
uses: dawidd6/action-homebrew-bump-formula@v2
with:
token: ${{secrets.GITHUB_API_TOKEN}}
formula: lazygit
url: "https://github.com/${{github.repository}}/archive/${{steps.tag.outputs.tag}}.tar.gz"

0 comments on commit 4a35f9f

Please sign in to comment.