mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 18:36:34 +00:00
ci(homebrew): fix livecheck patch (#4538)
This commit is contained in:
@@ -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]\
|
||||
|
||||
Reference in New Issue
Block a user