From fd573e3bf2d91bc8b7d3cc77b0b5fa0d92755e30 Mon Sep 17 00:00:00 2001 From: rfresh2 <89827146+rfresh2@users.noreply.github.com> Date: Wed, 29 Jan 2025 02:32:54 -0800 Subject: [PATCH] fix github action failure --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 7415942c..42386024 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -160,6 +160,7 @@ tasks { workingDir = projectDir commandLine = "git describe --tags --abbrev=0".split(" ") standardOutput = ByteArrayOutputStream() + isIgnoreExitValue = true doLast { val buildTag = standardOutput.toString().trim() if (buildTag.length > 5) {