From 3bf1c22adb9229cbd704b56c7ca6ce9038ebad7b Mon Sep 17 00:00:00 2001 From: Donnie Adams Date: Tue, 30 Jul 2024 08:56:38 -0400 Subject: [PATCH] chore: remove homebrew-release step Since gptscript is on the homebrew autobump list, the formula can't be updated manually. Signed-off-by: Donnie Adams --- .github/workflows/release.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b34c2fad..4c1c22bf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,16 +40,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }} GORELEASER_CURRENT_TAG: ${{ github.ref_name }} - homebrew-release: - needs: release-tag - if: "! contains(github.ref_name, '-rc')" - runs-on: ubuntu-latest - steps: - - name: Update Homebrew formula - uses: dawidd6/action-homebrew-bump-formula@v3 - with: - token: ${{secrets.BREW_GH_TOKEN}} - formula: gptscript winget-release: needs: release-tag if: "! contains(github.ref_name, '-rc')"