1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-01 18:31:08 +00:00
amfora/.github/workflows/homebrew.yml
2024-03-17 21:01:54 -04:00

17 lines
383 B
YAML

on:
push:
tags:
- "v*"
jobs:
homebrew:
name: Bump Homebrew formula
runs-on: ubuntu-latest
steps:
- uses: mislav/bump-homebrew-formula-action@v3
with:
# A PR will be sent to github.com/Homebrew/homebrew-core to update this formula:
formula-name: amfora
env:
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_TOKEN }}