Bump Homebrew formula on tagged release

This commit is contained in:
Mislav Marohnić 2019-10-23 23:41:25 +02:00 committed by GitHub
parent 20a0e726b0
commit 3aa31bcef5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
.github/workflows/release.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: Release
on:
push:
tags: 'v*'
jobs:
homebrew:
name: Bump Homebrew formula
runs-on: ubuntu-latest
steps:
- uses: mislav/bump-homebrew-formula-action@v1.4
if: "!contains(github.ref, '-')" # skip prereleases
with:
formula-name: ruby-build
env:
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}