We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a7782 commit 3e23087Copy full SHA for 3e23087
.github/workflows/ci-homebrew.yml
@@ -188,7 +188,7 @@ jobs:
188
json.map do |release|\
189
next if release["draft"]\
190
\
191
- match = release["tag_name"]?\&.match(regex)\
+ match = release["tag_name"]&.match(regex)\
192
next if match.blank?\
193
194
match[1]\
packaging/sunshine.rb
@@ -27,7 +27,6 @@ class Sunshine < Formula
27
28
bottle do
29
root_url "https://ghcr.io/v2/lizardbyte/homebrew"
30
- rebuild 1
31
sha256 arm64_tahoe: "0000000000000000000000000000000000000000000000000000000000000000"
32
sha256 arm64_sequoia: "0000000000000000000000000000000000000000000000000000000000000000"
33
sha256 arm64_sonoma: "0000000000000000000000000000000000000000000000000000000000000000"
0 commit comments