From f970c365d395def26ec7d3be5a4a2eba77976c56 Mon Sep 17 00:00:00 2001 From: nmburgan <13688219+nmburgan@users.noreply.github.com> Date: Wed, 31 Dec 2025 13:54:45 -0800 Subject: [PATCH] Fix releases repo definition --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index c909e577..53ec126b 100644 --- a/project.clj +++ b/project.clj @@ -31,8 +31,8 @@ [org.openvoxproject/ring-middleware]] :deploy-repositories [["releases" {:url "https://clojars.org/repo" - :username :env/clojars_jenkins_username - :password :env/clojars_jenkins_password + :username :env/CLOJARS_USERNAME + :password :env/CLOJARS_PASSWORD :sign-releases false}]] ;; By declaring a classifier here and a corresponding profile below we'll get an additional jar