Add bump homebrew github action

This commit is contained in:
Dheepak Krishnamurthy 2020-10-24 20:34:55 -06:00
parent 23d91c38b5
commit 6642194f35

View file

@ -105,8 +105,14 @@ jobs:
with: with:
toolchain: stable toolchain: stable
override: true override: true
# - uses: actions-rs/cargo@v1
# if: startsWith(github.ref, 'refs/tags/') homebrew:
# with: name: Bump Homebrew formula
# command: publish runs-on: ubuntu-latest
# args: --token ${{ secrets.CARGO_API_KEY }} --allow-dirty steps:
- name: Update Homebrew formula
if: startsWith(github.ref, 'refs/tags/')
uses: dawidd6/action-homebrew-bump-formula@v3
with:
token: ${{secrets.HOMEBREW_TOKEN}}
formula: taskwarrior-tui