Open d10xa opened 1 week ago
@d10xa , your version of sbt-ci-release
is too old here. Working support for publishing to Sonatype Central only shipped with 1.7
. Here's an example of one of the first repos that we got working: https://github.com/PerformanceIMMO/pg-event-store/blob/main/build.sbt
I’m encountering a 404: Not Found error when using the sbt-ci-release plugin after switching to the new Sonatype Portal Publisher API. The issue seems to be related to the URL used by the plugin, which points to the legacy API instead of the new one.
error:
Full logs: GitHub Actions logs
Relevant Configuration:
Could you please provide guidance on how to configure the sbt-ci-release plugin to work with the new Sonatype Portal Publisher API? Specifically, how should the publishTo and sonatypeCredentialHost settings be adjusted for the updated API endpoint (https://central.sonatype.com/api/v1/publish)? Any additional examples or documentation would be greatly appreciated.