Skip to content

Commit

Permalink
Create Homebrew PR in tap for new releases
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Mar 23, 2022
1 parent a04ac3a commit ee22336
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,14 @@ jobs:
files: |
*.zip
*.tar.gz
update_brew_formula:
name: Publish to Homebrew tap
runs-on: ubuntu-latest
needs: release
steps:
- uses: mislav/bump-homebrew-formula-action@v1.16
with:
formula-name: portman
homebrew-tap: canac/homebrew-tap
create-pullrequest: true

0 comments on commit ee22336

Please sign in to comment.