Skip to content

Commit

Permalink
don't sign releases
Browse files Browse the repository at this point in the history
  • Loading branch information
lilactown committed Dec 19, 2019
1 parent 6ffe517 commit 03baebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
:source-paths ["src"]
:dependencies [[ilk "1.0.0"]
[cljs-bean "1.5.0"]]
:deploy-repositories [["releases" {:sign-releases true :url "https://clojars.org"}]
:deploy-repositories [["releases" {:sign-releases false :url "https://clojars.org"}]
["snapshots" {:sign-releases false :url "https://clojars.org"}]])

0 comments on commit 03baebd

Please sign in to comment.