Skip to content

Commit

Permalink
Update gibo in core homebrew as part of release
Browse files Browse the repository at this point in the history
Resolves #57
  • Loading branch information
simonwhitaker committed Jul 30, 2023
1 parent 597ab86 commit eea9298
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}
CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }}
homebrew:
runs-on: ubuntu-latest
steps:
- name: Bump Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
with:
token: ${{ secrets.HOMEBREW_CORE_GITHUB_API_TOKEN }}
formula: gibo

0 comments on commit eea9298

Please sign in to comment.