Skip to content

Commit 3e23087

Browse files
ci(homebrew): fix livecheck patch (#4538)
1 parent b3a7782 commit 3e23087

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci-homebrew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
json.map do |release|\
189189
next if release["draft"]\
190190
\
191-
match = release["tag_name"]?\&.match(regex)\
191+
match = release["tag_name"]&.match(regex)\
192192
next if match.blank?\
193193
\
194194
match[1]\

packaging/sunshine.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class Sunshine < Formula
2727

2828
bottle do
2929
root_url "https://ghcr.io/v2/lizardbyte/homebrew"
30-
rebuild 1
3130
sha256 arm64_tahoe: "0000000000000000000000000000000000000000000000000000000000000000"
3231
sha256 arm64_sequoia: "0000000000000000000000000000000000000000000000000000000000000000"
3332
sha256 arm64_sonoma: "0000000000000000000000000000000000000000000000000000000000000000"

0 commit comments

Comments
 (0)