Skip to content

Commit ca7aafc

Browse files
authored
Merge pull request #677 from thedadams/remove-homebrew-release
chore: remove homebrew-release step
2 parents 2584308 + 3bf1c22 commit ca7aafc

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)