We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69431b4 commit 72537c0Copy full SHA for 72537c0
.github/workflows/homebrew.yml
@@ -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