formula_auditor: tag needs to be a String

This commit is contained in:
Michael Cho 2024-08-26 23:06:54 -04:00
parent cccab0d9a9
commit d3d3f502a7
No known key found for this signature in database
GPG Key ID: 55E85E28A7CD1E85

View File

@ -790,7 +790,7 @@ module Homebrew
tag = SharedAudits.gitlab_tag_from_url(url)
tag ||= stable.specs[:tag]
tag ||= stable.version
tag ||= stable.version.to_s
if @online
error = SharedAudits.gitlab_release(owner, repo, tag, formula:)