Skip to content

Commit

Permalink
chore: Update not to sign on releasing to Clojars
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Apr 3, 2024
1 parent 995df5a commit b1fb6ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
:url "https://github.com/toyokumo/kintone-client"
:license {:name "Apache, Version 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0"}
:deploy-repositories [["releases" {:url "https://repo.clojars.org" :creds :gpg}]
["snapshots" :clojars]]
:repositories [["clojars" {:url "https://clojars.org/repo"
:sign-releases false}]]
:dependencies [[org.clojure/clojure "1.11.2"]
[org.clojure/core.async "1.6.681"]
[clj-http "3.12.3"]
Expand Down

0 comments on commit b1fb6ff

Please sign in to comment.