Skip to content

Commit

Permalink
Disable bump-homebrew-action (#2906)
Browse files Browse the repository at this point in the history
* Update release.yml

* Apply suggestions from code review

* Disable homebrew bump
  • Loading branch information
nitrocode authored Jan 3, 2023
1 parent a508bdb commit 1fc3dd1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
homebrew:
name: "Bump Homebrew formula"
runs-on: ubuntu-22.04
if: (!contains(github.ref, '-pre.'))
if: false
# if: (!contains(github.ref, '-pre.'))
steps:
- uses: mislav/bump-homebrew-formula-action@v2
with:
Expand All @@ -63,4 +64,4 @@ jobs:
Created by https://github.com/mislav/bump-homebrew-formula-action
env:
COMMITTER_TOKEN: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
COMMITTER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1fc3dd1

Please sign in to comment.