summaryrefslogtreecommitdiffstats
path: root/.github/workflows/bump_brew_formula.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/bump_brew_formula.yml')
-rw-r--r--.github/workflows/bump_brew_formula.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/workflows/bump_brew_formula.yml b/.github/workflows/bump_brew_formula.yml
new file mode 100644
index 0000000..902ecb2
--- /dev/null
+++ b/.github/workflows/bump_brew_formula.yml
@@ -0,0 +1,16 @@
+name: Release to homebrew core
+
+on:
+ push:
+ tags: 'v*'
+
+jobs:
+ homebrew:
+ name: Bump Homebrew formula
+ runs-on: ubuntu-latest
+ steps:
+ - uses: mislav/bump-homebrew-formula-action@v1
+ with:
+ formula-name: so
+ env:
+ COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}