summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2020-04-02 23:43:26 +0200
committerGitHub <noreply@github.com>2020-04-02 23:43:26 +0200
commit674b14802ed6a58da60054516c7c51046c9fcd0f (patch)
treeb5fcd52175a9fd84aba291689169a6aa6e6c4560
parent3e36affa69f2f94fbb779931034b303ecacb1ee2 (diff)
workflows: update homebrew bumping action
-rw-r--r--.github/workflows/cd.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index 84185673f..5fc37c4f8 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -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"