Skip to content

Commit

Permalink
(release) fix bump brew command
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Nov 28, 2023
1 parent d16cd90 commit 8839036
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ jobs:
asset_name: ${{ steps.get_version.outputs.tarfile }}
asset_content_type: application/gzip

- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Bump Brew
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.BREW_TOKEN }}
Expand Down

0 comments on commit 8839036

Please sign in to comment.