Skip to content

Commit

Permalink
Merge pull request #677 from thedadams/remove-homebrew-release
Browse files Browse the repository at this point in the history
chore: remove homebrew-release step
  • Loading branch information
thedadams authored Jul 30, 2024
2 parents 2584308 + 3bf1c22 commit ca7aafc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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')"
Expand Down

0 comments on commit ca7aafc

Please sign in to comment.