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')"