Skip to content

Commit

Permalink
Chore[build]: next codename
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell committed Jan 17, 2025
1 parent 5d8cf0d commit 6b0ff50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_pojavlauncher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

}
Expand Down

0 comments on commit 6b0ff50

Please sign in to comment.