From cc09f7c5dd0a3a5a80865bc736bb3818874233a2 Mon Sep 17 00:00:00 2001 From: "Dr. Christian Betz" Date: Mon, 11 Sep 2017 12:04:05 +0200 Subject: [PATCH] fix lein settings for "lein release" --- project.clj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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