Added signing key detail to project.clj, to see if that will get lein release working
This commit is contained in:
parent
96f1879095
commit
fd55b989af
|
@ -1,4 +1,4 @@
|
|||
(defproject org.clojars.simon_brooke/internationalisation "1.0.3"
|
||||
(defproject org.clojars.simon_brooke/internationalisation "1.0.3-SNAPSHOT"
|
||||
:description "Internationalisation library for Clojure"
|
||||
:url "https://github.com/simon-brooke/internationalisation"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
@ -9,4 +9,5 @@
|
|||
:plugins [[lein-codox "0.10.3"]]
|
||||
:profiles {:dev {:resource-paths ["resources"]}}
|
||||
:lein-release {:deploy-via :clojars}
|
||||
:signing {:gpg-key "Simon Brooke (Stultus in monte) <simon@journeyman.cc>"}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue