Skip to content

Commit

Permalink
Bump Homebrew formula on new release (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Deichert <[email protected]>
  • Loading branch information
vladimyr and jacobdeichert authored Dec 28, 2020
1 parent 192f375 commit b84788a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,10 @@ jobs:
run: ./.github/actions/attach-release-assets/run.sh ./*.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Bump homebrew-core formula
uses: mislav/bump-homebrew-formula-action@v1
if: "!contains(github.ref, '-')" # skip prereleases
env:
COMMITTER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
formula-name: mask

0 comments on commit b84788a

Please sign in to comment.