Skip to content

Commit

Permalink
Merge pull request #81 from vladimyr/bump-homebrew-formula
Browse files Browse the repository at this point in the history
Automate Homebrew releases
  • Loading branch information
curlpipe authored Nov 14, 2020
2 parents fd24743 + e1f9a8c commit 79a8072
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Deploy
on:
push:
tags:
- "v*"

jobs:
homebrew:
name: Bump Homebrew formula
runs-on: ubuntu-latest
steps:
- uses: mislav/[email protected]
if: "!contains(github.ref, '-')" # skip prereleases
with:
formula-name: ox
env:
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}

0 comments on commit 79a8072

Please sign in to comment.