Skip to content

Commit

Permalink
fix(ci): support KOTLINX_IO_RELEASE_TAG for tags and branches
Browse files Browse the repository at this point in the history
  • Loading branch information
zoobestik committed Nov 15, 2024
1 parent 7c65b83 commit 94f8864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/builds/apiReferences/vcsRoots/KotlinxIO.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import jetbrains.buildServer.configs.kotlin.vcs.GitVcsRoot
object KotlinxIO : GitVcsRoot({
name = "kotlinx-io vcs root"
url = "[email protected]:Kotlin/kotlinx-io.git"
branch = "refs/tags/$KOTLINX_IO_RELEASE_TAG"
branch = "$KOTLINX_IO_RELEASE_TAG"
branchSpec = """
+:refs/heads/(*)
+:refs/tags/(*)
Expand Down

0 comments on commit 94f8864

Please sign in to comment.