add dist_homebrew workflow

This commit is contained in:
Jorge Morante 2023-08-15 18:04:57 +02:00
parent ecc7b2e6ff
commit ce66dd2422
1 changed files with 10 additions and 0 deletions

View File

@ -25,3 +25,13 @@ jobs:
asset_path: ./bin/tmux-fingers
asset_name: tmux-fingers-${{ github.event.release.tag_name }}-linux-x86_64
asset_content_type: binary/octet-stream
dist_homebrew:
name: Bump Homebrew formula
runs-on: ubuntu-latest
steps:
- uses: mislav/bump-homebrew-formula-action@v2
with:
formula-name: tmux-fingers
homebrew-tap: morantron/homebrew-tmux-fingers
env:
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}