Skip to content

Commit 72537c0

Browse files
committed
GH-2430 added homebrew GitHub Action
1 parent 69431b4 commit 72537c0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/homebrew.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: HomeBrew
2+
3+
on:
4+
repository_dispatch:
5+
types: [release]
6+
jobs:
7+
homebrew:
8+
name: Bump Homebrew formula
9+
runs-on: macos-latest
10+
steps:
11+
- uses: mislav/bump-homebrew-formula-action@v1
12+
with:
13+
# A PR will be sent to github.com/Homebrew/homebrew-core to update this formula:
14+
formula-name: gitversion
15+
env:
16+
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)