From 94f886477e4fcf49170abf45c53a7f52e098e210 Mon Sep 17 00:00:00 2001 From: zoobestik Date: Fri, 15 Nov 2024 14:28:35 +0100 Subject: [PATCH] fix(ci): support `KOTLINX_IO_RELEASE_TAG` for tags and branches --- .teamcity/builds/apiReferences/vcsRoots/KotlinxIO.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.teamcity/builds/apiReferences/vcsRoots/KotlinxIO.kt b/.teamcity/builds/apiReferences/vcsRoots/KotlinxIO.kt index 0263e439121..e8405d8a57b 100644 --- a/.teamcity/builds/apiReferences/vcsRoots/KotlinxIO.kt +++ b/.teamcity/builds/apiReferences/vcsRoots/KotlinxIO.kt @@ -6,7 +6,7 @@ import jetbrains.buildServer.configs.kotlin.vcs.GitVcsRoot object KotlinxIO : GitVcsRoot({ name = "kotlinx-io vcs root" url = "git@github.com:Kotlin/kotlinx-io.git" - branch = "refs/tags/$KOTLINX_IO_RELEASE_TAG" + branch = "$KOTLINX_IO_RELEASE_TAG" branchSpec = """ +:refs/heads/(*) +:refs/tags/(*)