Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]\
Expand Down
1 change: 0 additions & 1 deletion packaging/sunshine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading