lumidion / sbt-sonatype-central

An sbt plugin for deploying open-source artifacts to Maven via the Sonatype Central portal
MIT License
5 stars 1 forks source link

Uncleaned staging environment causes errors that require manual intervention #2

Open Andrapyre opened 2 months ago

Andrapyre commented 2 months ago

Currently the sonatypeCentralBundleClean command only deletes the unzipped bundle created with publishSigned. It does not delete the zipped bundle that is the after-effect of sonatypeCentralUpload or sonatypeCentralRelease. The result is that running either of the last commands multiple times without manually deleting the bundle produces cryptic errors.