|
Because the Legacy OSSRH is sunset, I recently moved my project to Central Portal and upgraded the plugin to the latest 1.11. I also removed those lines from my build, as ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org",
sonatypeRepository := "https://s01.oss.sonatype.org/service/local",However I am now getting a "too many redirection" error in my publication workflow: https://github.com/jwt-scala/jwt-scala/actions/runs/16021377818/job/45198957095 I found this old issue with similar symptoms, however it dates back from before the move to Central Portal so it didn't really help: #173 Any idea how I can fix my workflow? |
Answered by
tgodzik
Jul 2, 2025
Replies: 1 comment 10 replies
|
Thanks for the question! Did you try to regenerate the user token? I had to do that after migrating. |
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you enable snapshots for the namespace?