ci(homebrew): fix livecheck patch (#4538)

This commit is contained in:
David Lane 2025-12-27 15:41:30 -05:00 committed by GitHub
commit 3e23087bdd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -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]\