Skip to content

Commit b3a7782

Browse files
ci(homebrew): fix formula version patch (#4535)
1 parent a44c152 commit b3a7782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-homebrew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
# update the formula
180180
sed -i 's/class Sunshine < Formula/class SunshineBeta < Formula/' $formula_file
181181
sed -i 's/conflicts_with "sunshine-beta"/conflicts_with "sunshine"/' $formula_file
182-
sed -i '0,/^ version .*$/d' $formula_file
182+
sed -i '/^ version .*$/d' $formula_file
183183
184184
# update livecheck to check for latest stable or pre-release
185185
# shellcheck disable=SC1004

0 commit comments

Comments
 (0)