diff --git a/release.toml b/release.toml index 809223f..c040a2d 100644 --- a/release.toml +++ b/release.toml @@ -120,7 +120,8 @@ name = "Build Release Images + Publish Binaries" enabled = true executions = [ { execution.type = "RunBuild", execution.params.build = "komodo-core", enabled = true }, - { execution.type = "RunBuild", execution.params.build = "komodo-periphery", enabled = true } + { execution.type = "RunBuild", execution.params.build = "komodo-periphery", enabled = true }, + { execution.type = "BuildRepo", execution.params.repo = "upload-binaries", enabled = true } ] ##