From fd26ae5543f6a7f2aea98fb4e6848d0cf90ceb66 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Thu, 21 Aug 2025 14:11:56 -0400 Subject: [PATCH] Fixes branch name --- amethyst/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amethyst/build.gradle b/amethyst/build.gradle index fedc6208e..98340f630 100644 --- a/amethyst/build.gradle +++ b/amethyst/build.gradle @@ -21,7 +21,7 @@ def getCurrentBranch() { def generateVersionName(String baseVersion) { def currentBranch = getCurrentBranch() - if (currentBranch == "main" || currentBranch == "master") { + if (currentBranch == "main" || currentBranch == "master" || currentBranch == "unknown") { return baseVersion } else { // Clean branch name for version (replace special characters)