Closed Atry closed 4 years ago
Not sure, if this is fixed now. Otherwise you can try to do
sbt +releaseEarly sonatypeBundleRelease
with cross scala versions set in sbt instead of maven. Here is an example, where I got things working: https://github.com/combinators/shapeless-feat
Yes, this should be fixed now, I'm closing
I have a Scala library that crosses multiple Scala versions, and I want to release early to Sonatype in Travis CI. Therefore I have the following configuration in
.travis.yml
:Travis CI started three containers for the three different Scala versions. When
sbt releaseEarly
is executed, each container created a staging repository, and runsonatypeRelease
command after artifacts are published to the staging repository.Unfortunately, since there are three staging repositories in total,
sonatypeRelease
reports an error message as following:The full CI log can be found at https://travis-ci.org/ThoughtWorksInc/Dsl.scala/builds/506086649