From 1e1afa94fd838ee3200fbb46af4b2cba05b47de0 Mon Sep 17 00:00:00 2001 From: anatoly Date: Tue, 22 Dec 2015 14:23:18 -0500 Subject: [PATCH] [boot]: nulling out "ensure-branch" for publishing --- build.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.boot b/build.boot index 704a61a..814599b 100644 --- a/build.boot +++ b/build.boot @@ -98,7 +98,7 @@ (cljs :optimizations :advanced :ids #{"mount"}))) (task-options! - push #(-> (into {} %) (assoc :ensure-branch nil)) + push {:ensure-branch nil} pom {:project 'mount :version +version+ :description "managing Clojure and ClojureScript app state since (reset)"