Chore[build]: next codename

This commit is contained in:
artdeell 2025-01-17 08:34:56 +03:00
parent 5d8cf0d2dc
commit 6b0ff501cc

View File

@ -51,7 +51,7 @@ def getVersionName = {
return ("LOCAL-" + "${getDate()}")
}else {
// Used by github actions
TAG_STRING = 'foxglove-' + "${getDate()}" + "-" + TAG_PART_COMMIT.toString().trim()
TAG_STRING = 'gladiolus-' + "${getDate()}" + "-" + TAG_PART_COMMIT.toString().trim()
}
}