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:
toolchain: stable
override: true
# - uses: actions-rs/cargo@v1
# if: startsWith(github.ref, 'refs/tags/')
# with:
# command: publish
# args: --token ${{ secrets.CARGO_API_KEY }} --allow-dirty
homebrew:
name: Bump Homebrew formula
runs-on: ubuntu-latest
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