Skip to content

Commit

Permalink
fix(core): add deply version tagged by "publish"
Browse files Browse the repository at this point in the history
  • Loading branch information
zoobestik committed Nov 27, 2024
1 parent ebe3aff commit 0ccf4e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ object BuildStdlibApiReference : BuildType({
dependencies {
dependency(AbsoluteId(KOTLIN_CORE_API_BUILD_ID)) {
artifacts {
buildRule = lastSuccessful()
buildRule = tag("publish", "*")
cleanDestination = true
artifactRules = "latest-version.zip!all-libs/** => $PAGES_ROOT/"
}
Expand Down

0 comments on commit 0ccf4e9

Please sign in to comment.