So I've revised an old library to use deps.edn and org.corfield.build in a build.clj file. Previously I used lein deploy and it just worked.
I'm now getting this error from clojars when I deploy:
Authorization failed for 403 Forbidden - Group 'ont-app' isn't verified, so can't contain new projects. See
I know I've gotten this error when trying to deploy a new project, but this project is several years old. I've been busy and haven't deployed anything in a while. Have the rules changed so that old projects aren't grandfathered in? Is the script somehow changing the name?Hi Eric! It looks like you are trying to deploy ont-app/vocabulary' instead of ont-app/vocabulary (where the latter is the existing project).
So somehow you are getting a quote character at the end of the name.
Wow. Thanks! I would have stared at this for hours before I noticed that!
My pleasure!