You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran the command to deploy and it errored out. Now I'm trying to bump the version to version 1.1.0 and the old version version that didn't deploy correctly is still causing an error (version 1.0.1). Here's the abbreviated stack trace:
I tried running sbt sonatypeClose and that errored out with "java.lang.IllegalStateException: No open repository is found. Run publishSigned first".
sbt sonatypeClean returns "info [SonatypeService] No previous staging repository for [sbt-sonatype] spark-daria 1.0.1 was found - (SonatypeService.scala:99)".
I ran sbt publishSigned and then ran sbt sonatypeClean, but that's still erroring out with "java.lang.IllegalStateException: No staging repository is found. Run publishSigned first".
Any additional suggestions?
The text was updated successfully, but these errors were encountered:
Describe the bug
I ran the command to deploy and it errored out. Now I'm trying to bump the version to version 1.1.0 and the old version version that didn't deploy correctly is still causing an error (version 1.0.1). Here's the abbreviated stack trace:
I get this error when running
sbt sonatypeRelease
.How to reproduce the issue
Here's the repo. This errors out when running
; + publishSigned; sonatypeBundleRelease
.Additional context
I tried running
sbt sonatypeClose
and that errored out with "java.lang.IllegalStateException: No open repository is found. Run publishSigned first".sbt sonatypeClean
returns "info [SonatypeService] No previous staging repository for [sbt-sonatype] spark-daria 1.0.1 was found - (SonatypeService.scala:99)".I ran
sbt publishSigned
and then ransbt sonatypeClean
, but that's still erroring out with "java.lang.IllegalStateException: No staging repository is found. Run publishSigned first".Any additional suggestions?
The text was updated successfully, but these errors were encountered: