From 0b53d18c0ac6637798a0953e829cd90d538a7907 Mon Sep 17 00:00:00 2001 From: Mohsin Zaidi <2236875+smrz2001@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:35:22 -0400 Subject: [PATCH] fix: homebrew support --- .github/workflows/update-homebrew.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-homebrew.yml b/.github/workflows/update-homebrew.yml index 64bacb775..7bf2995f8 100644 --- a/.github/workflows/update-homebrew.yml +++ b/.github/workflows/update-homebrew.yml @@ -7,7 +7,7 @@ on: jobs: update-homebrew-formula: runs-on: ubuntu-latest - if: ${{ github.event.action == 'released' }} +# if: ${{ github.event.action == 'released' }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: