summaryrefslogtreecommitdiffstats
path: root/.github/workflows/bump_brew_formula.yml
blob: a04cbe8d07854cc079ae34f42f67b67b15d7e664 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Release to homebrew core

on:
  push:
    tags: 'v*'

jobs:
  homebrew:
    if: false
    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 }}