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

This commit is contained in:
David Lane
2025-12-27 15:41:30 -05:00
committed by GitHub
parent b3a7782647
commit 3e23087bdd
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]\