Skip to content

Commit

Permalink
fix github action failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Jan 29, 2025
1 parent 16c962d commit fd573e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit fd573e3

Please sign in to comment.