fix(homebrew): use tag instead of branch in formula (#2705)
This commit is contained in:
parent
750255ddc0
commit
a5a1988cff
2 changed files with 19 additions and 3 deletions
|
|
@ -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@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue