mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-02-04 17:35:33 +00:00
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|\
|
||||
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