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}]]
How are you deploying? With that, I think you would want to do lein deploy releases