1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-01 18:31:08 +00:00

Added Homebrew bump version workflow

This commit is contained in:
makeworld 2021-07-03 13:55:28 -04:00
parent cde2960e35
commit 94806f54bd

15
.github/workflows/homebrew.yml vendored Normal file
View File

@ -0,0 +1,15 @@
on:
push:
tags: 'v*'
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
env:
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_TOKEN }}