Skip to content

Commit adf341d

Browse files
committed
chore(ci): use release tag for kotlinx-io
1 parent a4ac7f7 commit adf341d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.teamcity/BuildParams.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object BuildParams {
44
const val KOTLINX_COROUTINES_RELEASE_TAG = "1.9.0-RC"
55
const val KOTLINX_SERIALIZATION_RELEASE_TAG = "v1.7.3"
66
const val KOTLINX_DATETIME_RELEASE_TAG = "v0.6.0"
7-
const val KOTLINX_IO_RELEASE_TAG = "0.5.4"
7+
const val KOTLINX_IO_RELEASE_TAG = "v0.5.4" // @ToDo: after 0.6.0 use tag without "v" prefix
88
const val KOTLIN_RELEASE_TAG = "v2.0.20"
99

1010
const val SEARCH_APP_ID = "7961PKYRXV"

.teamcity/builds/apiReferences/kotlinx/io/KotlinxIOBuildApiReference.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ object KotlinxIOBuildApiReference : BuildType({
1717
artifactRules = "build/dokka/htmlMultiModule/** => pages.zip"
1818

1919
params {
20-
param("release.tag", KOTLINX_IO_RELEASE_TAG)
20+
param("release.tag", KOTLINX_IO_RELEASE_TAG.removePrefix("v"))
2121
}
2222

2323
vcs {

0 commit comments

Comments
 (0)