Skip to content

Commit 6fdc89c

Browse files
committed
ci: remove Homebrew formula update from GitHub Actions
- Comment out the Homebrew formula update job in the GitHub Actions workflow. Signed-off-by: codiing-hui <wecoding@yeah.net>
1 parent db42e95 commit 6fdc89c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/release.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@ permissions:
1111
packages: write
1212

1313
jobs:
14-
homebrew:
15-
runs-on: ubuntu-latest
16-
steps:
17-
- name: Update Homebrew formula
18-
uses: dawidd6/action-homebrew-bump-formula@v3
19-
with:
20-
# GitHub token, required, not the default one
21-
token: ${{secrets.TOKEN}}
22-
# Optional, defaults to homebrew/core
23-
tap: USER/REPO
24-
# Formula name, required
25-
formula: FORMULA
14+
# homebrew:
15+
# runs-on: ubuntu-latest
16+
# steps:
17+
# - name: Update Homebrew formula
18+
# uses: dawidd6/action-homebrew-bump-formula@v3
19+
# with:
20+
# GitHub token, required, not the default one
21+
# token: ${{secrets.TOKEN}}
22+
# Optional, defaults to homebrew/core
23+
# tap: USER/REPO
24+
# Formula name, required
25+
# formula: FORMULA
2626
# Optional, will be determined automatically
27-
tag: ${{github.ref}}
27+
# tag: ${{github.ref}}
2828
# Optional, will be determined automatically
29-
revision: ${{github.sha}}
29+
# revision: ${{github.sha}}
3030
# Optional, if don't want to check for already open PRs
31-
force: false # true
31+
# force: false # true
3232
build-go-binary:
3333
name: Release Go Binary
3434
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)