Fork me on GitHub
#clojars
<
2021-03-05
>
lucian30318:03:05

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           ""
                                     :sign-releases false
                                     :username      :env/clojars_username
                                     :password      :env/clojars_password}]]

tcrawley18:03:15

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