fix(homebrew): use tag instead of branch in formula (#2705)

This commit is contained in:
ReenigneArcher 2024-06-16 18:07:13 -04:00 committed by GitHub
commit a5a1988cff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 3 deletions

View file

@ -4,7 +4,7 @@ class @PROJECT_NAME@ < Formula
desc "@PROJECT_DESCRIPTION@"
homepage "@PROJECT_HOMEPAGE_URL@"
url "@GITHUB_CLONE_URL@",
tag: "@GITHUB_BRANCH@"
tag: "@GITHUB_TAG@"
version "@PROJECT_VERSION@"
license all_of: ["GPL-3.0-only"]
head "@GITHUB_CLONE_URL@", branch: "@GITHUB_DEFAULT_BRANCH@"