ci(homebrew): fix livecheck patch (#4538)
This commit is contained in:
2
.github/workflows/ci-homebrew.yml
vendored
2
.github/workflows/ci-homebrew.yml
vendored
@@ -188,7 +188,7 @@ jobs:
|
|||||||
json.map do |release|\
|
json.map do |release|\
|
||||||
next if release["draft"]\
|
next if release["draft"]\
|
||||||
\
|
\
|
||||||
match = release["tag_name"]?\&.match(regex)\
|
match = release["tag_name"]&.match(regex)\
|
||||||
next if match.blank?\
|
next if match.blank?\
|
||||||
\
|
\
|
||||||
match[1]\
|
match[1]\
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ class Sunshine < Formula
|
|||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
root_url "https://ghcr.io/v2/lizardbyte/homebrew"
|
root_url "https://ghcr.io/v2/lizardbyte/homebrew"
|
||||||
rebuild 1
|
|
||||||
sha256 arm64_tahoe: "0000000000000000000000000000000000000000000000000000000000000000"
|
sha256 arm64_tahoe: "0000000000000000000000000000000000000000000000000000000000000000"
|
||||||
sha256 arm64_sequoia: "0000000000000000000000000000000000000000000000000000000000000000"
|
sha256 arm64_sequoia: "0000000000000000000000000000000000000000000000000000000000000000"
|
||||||
sha256 arm64_sonoma: "0000000000000000000000000000000000000000000000000000000000000000"
|
sha256 arm64_sonoma: "0000000000000000000000000000000000000000000000000000000000000000"
|
||||||
|
|||||||
Reference in New Issue
Block a user