summaryrefslogtreecommitdiffstats
path: root/.github/workflows/bump_brew_formula.yml
blob: 902ecb23424471e3cf2423460383295656dacbc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 }}