ci(homebrew): fix formula version patch (#4535)
This commit is contained in:
parent
a44c152192
commit
b3a7782647
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-homebrew.yml
vendored
2
.github/workflows/ci-homebrew.yml
vendored
|
|
@ -179,7 +179,7 @@ jobs:
|
||||||
# update the formula
|
# update the formula
|
||||||
sed -i 's/class Sunshine < Formula/class SunshineBeta < Formula/' $formula_file
|
sed -i 's/class Sunshine < Formula/class SunshineBeta < Formula/' $formula_file
|
||||||
sed -i 's/conflicts_with "sunshine-beta"/conflicts_with "sunshine"/' $formula_file
|
sed -i 's/conflicts_with "sunshine-beta"/conflicts_with "sunshine"/' $formula_file
|
||||||
sed -i '0,/^ version .*$/d' $formula_file
|
sed -i '/^ version .*$/d' $formula_file
|
||||||
|
|
||||||
# update livecheck to check for latest stable or pre-release
|
# update livecheck to check for latest stable or pre-release
|
||||||
# shellcheck disable=SC1004
|
# shellcheck disable=SC1004
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue