Skip to content

Commit

Permalink
fix: set core api to "publish" tag
Browse files Browse the repository at this point in the history
  • Loading branch information
zoobestik committed Apr 29, 2024
1 parent 7e5e162 commit b6dbc33
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .teamcity/builds/apiReferences/stdlib/BuildStdlibApiReference.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ object BuildStdlibApiReference : BuildType({

dependencies {
dependency(AbsoluteId("Kotlin_KotlinRelease_1920_LibraryReferenceLatestDocs")) {
snapshot {
reuseBuilds = ReuseBuilds.SUCCESSFUL
onDependencyFailure = FailureAction.FAIL_TO_START
}
artifacts {
cleanDestination = true
artifactRules = "+:latest-version.zip!** => content/"
}
artifacts {
buildRule = tag(tag = "publish", branch = """
+:<default>
+:*
""".trimIndent())
cleanDestination = true
artifactRules = "+:latest-version.zip!** => content/"
}
}
}
})

0 comments on commit b6dbc33

Please sign in to comment.