summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2020-03-19 12:16:48 +0100
committerJesse Duffield <jessedduffield@gmail.com>2020-03-21 12:55:44 +1100
commit93d7b37c8d0c4668e36f90933544b8fdc24c5aaa (patch)
tree43aa7c3d93212dcb53fd341bac0032e43458a4b5 /.github/workflows
parent8470bcd71d84df26c0a1f966e30fd3f909777a59 (diff)
Remove homebrew workflow
Will be integrated with another
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/homebrew.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml
deleted file mode 100644
index f0927790d..000000000
--- a/.github/workflows/homebrew.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-name: Bump Homebrew formula
-
-on:
- push:
- tags:
- - 'v*'
-
-jobs:
- publish:
- runs-on: ubuntu-latest
- steps:
- - name: Get tag
- id: tag
- run: echo "::set-output name=tag::${GITHUB_REF##*/}"
- - name: Bump Homebrew formula
- uses: dawidd6/action-homebrew-bump-formula@v1.1.0
- with:
- token: ${{secrets.GITHUB_API_TOKEN}}
- formula: lazygit
- url: "https://github.com/${{github.repository}}/archive/${{steps.tag.outputs.tag}}.tar.gz"