Skip to content

Commit 3bf1c22

Browse files
committed
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 <[email protected]>
1 parent 2584308 commit 3bf1c22

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/release.yaml

-10
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,6 @@ jobs:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
4242
GORELEASER_CURRENT_TAG: ${{ github.ref_name }}
43-
homebrew-release:
44-
needs: release-tag
45-
if: "! contains(github.ref_name, '-rc')"
46-
runs-on: ubuntu-latest
47-
steps:
48-
- name: Update Homebrew formula
49-
uses: dawidd6/action-homebrew-bump-formula@v3
50-
with:
51-
token: ${{secrets.BREW_GH_TOKEN}}
52-
formula: gptscript
5343
winget-release:
5444
needs: release-tag
5545
if: "! contains(github.ref_name, '-rc')"

0 commit comments

Comments
 (0)