From d3de5aa1034f5eca69262af5474f0cc220680cfc Mon Sep 17 00:00:00 2001 From: rufo Date: Mon, 20 Nov 2023 01:02:12 +0000 Subject: [PATCH] fix release tasks --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 4abbb2a..831f21a 100644 --- a/project.clj +++ b/project.clj @@ -28,7 +28,7 @@ :jar-exclusions [#"\.class$"] :jar-inclusions [#"slf4j.*\.class$"] :release-tasks [["vcs" "assert-committed"] - ["deploy"] + ["deploy" "clojars"] ["vcs" "push"]] :scm {:name "git" :url "https://github.com/fzakaria/slf4j-timbre"}) \ No newline at end of file