chore: disable release signing

now that we have automated releases, there's no point
This commit is contained in:
Joel Kaasinen 2025-10-24 16:08:19 +03:00
parent 36af88b65e
commit 1b02662c78

View file

@ -6,7 +6,8 @@
:test-paths ["test/clj" "test/cljc"]
:deploy-repositories [["clojars" {:url "https://repo.clojars.org"
:username :env/clojars_username
:password :env/clojars_password}]]
:password :env/clojars_password
:sign-release false}]]
:repositories [["clojars" {:url "https://repo.clojars.org"
:username :env/clojars_username
:password :env/clojars_password}]]