Skip to content

Commit

Permalink
Add homebrew release step
Browse files Browse the repository at this point in the history
  • Loading branch information
ekvedaras committed May 26, 2021
1 parent a2063d6 commit 466f7df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ jobs:
# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }}

- name : Update Homebrew Formula
uses : izumin5210/action-homebrew-tap@releases/v0
with :
tap : izumin5210/homebrew-tools
token : ${{ secrets.GITHUB_TOKEN }}
tap-token : ${{ secrets.TAP_GITHUB_TOKEN }}
if : startsWith(github.ref, 'refs/tags/')

0 comments on commit 466f7df

Please sign in to comment.