play: Publish rc vers to production track
This commit is contained in:
@@ -326,7 +326,7 @@ if (playCredentialsJSON.exists()) {
|
|||||||
defaultToAppBundles.set(true)
|
defaultToAppBundles.set(true)
|
||||||
val version = getVersionProps("VERSION_NAME")
|
val version = getVersionProps("VERSION_NAME")
|
||||||
track.set(
|
track.set(
|
||||||
if (version.contains("alpha") || version.contains("beta") || version.contains("rc")) {
|
if (version.contains("alpha") || version.contains("beta")/* || version.contains("rc")*/) {
|
||||||
"beta"
|
"beta"
|
||||||
} else {
|
} else {
|
||||||
"production"
|
"production"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
VERSION_CODE=614
|
VERSION_CODE=615
|
||||||
VERSION_NAME=1.13.0-rc.1
|
VERSION_NAME=1.13.0-rc.1
|
||||||
GO_VERSION=go1.25.6
|
GO_VERSION=go1.25.6
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user