Skip to content

Commit

Permalink
Do not sign releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Miikka Koskinen committed May 5, 2020
1 parent ff82a82 commit 146daea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
:comments "same as Clojure"}
:test-paths ["test/clj" "test/cljc"]

:repositories [["releases" {:url "https://repo.clojars.org/"
:username "metosinci"
:password :env}]]
:deploy-repositories [["releases" {:url "https://repo.clojars.org/"
:username "metosinci"
:password :env
:sign-releases false}]]

:codox {:output-path "doc"
:source-uri "https://github.com/metosin/spec-tools/{version}/{filepath}#L{line}"
Expand Down

0 comments on commit 146daea

Please sign in to comment.