mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
chore: disable release signing
now that we have automated releases, there's no point
This commit is contained in:
parent
36af88b65e
commit
1b02662c78
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@
|
||||||
:test-paths ["test/clj" "test/cljc"]
|
:test-paths ["test/clj" "test/cljc"]
|
||||||
:deploy-repositories [["clojars" {:url "https://repo.clojars.org"
|
:deploy-repositories [["clojars" {:url "https://repo.clojars.org"
|
||||||
:username :env/clojars_username
|
:username :env/clojars_username
|
||||||
:password :env/clojars_password}]]
|
:password :env/clojars_password
|
||||||
|
:sign-release false}]]
|
||||||
:repositories [["clojars" {:url "https://repo.clojars.org"
|
:repositories [["clojars" {:url "https://repo.clojars.org"
|
||||||
:username :env/clojars_username
|
:username :env/clojars_username
|
||||||
:password :env/clojars_password}]]
|
:password :env/clojars_password}]]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue