We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8cf0d commit 6b0ff50Copy full SHA for 6b0ff50
1 file changed
app_pojavlauncher/build.gradle
@@ -51,7 +51,7 @@ def getVersionName = {
51
return ("LOCAL-" + "${getDate()}")
52
}else {
53
// Used by github actions
54
- TAG_STRING = 'foxglove-' + "${getDate()}" + "-" + TAG_PART_COMMIT.toString().trim()
+ TAG_STRING = 'gladiolus-' + "${getDate()}" + "-" + TAG_PART_COMMIT.toString().trim()
55
}
56
57
0 commit comments