fix(brew): update version and fix ci push events (#2708)

This commit is contained in:
ReenigneArcher
2024-06-16 19:21:23 -04:00
committed by GitHub
parent a5a1988cff
commit fe22c2f69c
2 changed files with 3 additions and 2 deletions

View File

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