diff --git a/.github/workflows/ci-homebrew.yml b/.github/workflows/ci-homebrew.yml index 1434cf591..330c517db 100644 --- a/.github/workflows/ci-homebrew.yml +++ b/.github/workflows/ci-homebrew.yml @@ -188,7 +188,7 @@ jobs: json.map do |release|\ next if release["draft"]\ \ - match = release["tag_name"]?\&.match(regex)\ + match = release["tag_name"]&.match(regex)\ next if match.blank?\ \ match[1]\ diff --git a/packaging/sunshine.rb b/packaging/sunshine.rb index 217ba490b..33a455611 100644 --- a/packaging/sunshine.rb +++ b/packaging/sunshine.rb @@ -27,7 +27,6 @@ class Sunshine < Formula bottle do root_url "https://ghcr.io/v2/lizardbyte/homebrew" - rebuild 1 sha256 arm64_tahoe: "0000000000000000000000000000000000000000000000000000000000000000" sha256 arm64_sequoia: "0000000000000000000000000000000000000000000000000000000000000000" sha256 arm64_sonoma: "0000000000000000000000000000000000000000000000000000000000000000"