From 883903602c3c4871da484f045fa839ef28b76388 Mon Sep 17 00:00:00 2001 From: Daniel Price Date: Tue, 28 Nov 2023 14:25:39 +1100 Subject: [PATCH] (release) fix bump brew command --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1268c58..933369a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}