clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
lucian303 2021-03-05T18:57:05.050200Z

i'm trying to deploy this repo to clojars. it's a fork of another repo that's already on there. https://github.com/unifiedcompliance/reagent-material-ui in the project.clj i have this config which is completely ignored (i created a gpg key). is there another way to configure this deployment and not be asked for user/pass and not have to sign each package (the signing i solved by adding a key but it would be nice to configure this).

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

2021-03-05T18:58:15.050400Z

How are you deploying? With that, I think you would want to do lein deploy releases