1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-09-25 22:55:55 -04:00
amfora/.github/workflows/homebrew.yml

18 lines
462 B
YAML
Raw Normal View History

2021-07-03 13:55:28 -04:00
on:
push:
2021-12-07 21:44:18 -05:00
tags:
- "v*"
2021-07-03 13:55:28 -04:00
jobs:
homebrew:
name: Bump Homebrew formula
runs-on: ubuntu-latest
steps:
- uses: mislav/bump-homebrew-formula-action@v1
with:
# A PR will be sent to github.com/Homebrew/homebrew-core to update this formula:
formula-name: amfora
download-url: https://github.com/makeworld-the-better-one/amfora.git
2021-07-03 13:55:28 -04:00
env:
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_TOKEN }}