Skip to content

Commit 210bc16

Browse files
authored
Update homebrew syntax (#3423)
`--preinstall` was deprecated in late 2024 It seems the `brew update` successfully downloads the formula required for the release process without this flag.
1 parent 0d7fd12 commit 210bc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-build-sign-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ jobs:
424424
- name: Update Homebrew
425425
run: |
426426
brew tap pivotalsoftware/gon
427-
brew update --preinstall
427+
brew update
428428
cat "$(brew --repository)/Library/Taps/pivotalsoftware/homebrew-gon/gon.rb" > .github/brew-formulae
429429
430430
- name: Configure Homebrew cache

0 commit comments

Comments
 (0)