amfora/.github/workflows/homebrew.yml

17 lines
383 B
YAML
Raw Normal View History

2021-07-03 20:55:28 +03:00
on:
push:
2021-12-08 05:44:18 +03:00
tags:
- "v*"
2021-07-03 20:55:28 +03:00
jobs:
homebrew:
name: Bump Homebrew formula
runs-on: ubuntu-latest
steps:
2024-03-18 04:01:54 +03:00
- uses: mislav/bump-homebrew-formula-action@v3
2021-07-03 20:55:28 +03:00
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 }}