Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit 6b0ff50

Browse files
committed
Chore[build]: next codename
1 parent 5d8cf0d commit 6b0ff50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app_pojavlauncher/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def getVersionName = {
5151
return ("LOCAL-" + "${getDate()}")
5252
}else {
5353
// Used by github actions
54-
TAG_STRING = 'foxglove-' + "${getDate()}" + "-" + TAG_PART_COMMIT.toString().trim()
54+
TAG_STRING = 'gladiolus-' + "${getDate()}" + "-" + TAG_PART_COMMIT.toString().trim()
5555
}
5656

5757
}

0 commit comments

Comments
 (0)