diff --git a/project.clj b/project.clj index 1328b5c..ac38814 100644 --- a/project.clj +++ b/project.clj @@ -91,6 +91,8 @@ :release-tasks [["vcs" "assert-committed"] ["v" "update"] ;; compute new version & tag it - ["monolith" "each" "do" "clean" "install" "deploy"] + ["monolith" "each" "clean"] + ["monolith" "each" "install"] + ["monolith" "each" "deploy"] ["vcs" "push"] ]) \ No newline at end of file