sbt / sbt-ci-release

sbt plugin to automate Sonatype releases from GitHub Actions
Apache License 2.0
286 stars 76 forks source link

Update the instructions for sonatypeCredentialHost #258

Closed Ostrzyciel closed 1 year ago

Ostrzyciel commented 1 year ago

Without ThisBuild /, the setting would only be applied to the top-level project, which breaks publishing in multi-project builds.

See this pull request: https://github.com/xerial/sbt-sonatype/pull/242

And this report: https://github.com/sbt/sbt-ci-release/issues/173#issuecomment-886082868

I had the exact same issue as kflorence, and it was fixed by adding the ThisBuild part.