-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong sonatypeProfileName value provided for the sonatypeBundleRelease command #109
Comments
Changing of |
sonatypeBundleRelease
command
So it means you want to set sonatypeProfileName := “com.github.plokhotnyuk” ? |
The code reading this setting is like this: https://github.com/xerial/sbt-sonatype/blob/master/src/main/scala/xerial/sbt/Sonatype.scala#L372 Possibility includes:
Could you show me your build.sbt or the result of running |
@xerial thank you a lot! In last commit I'd moved most settings to the root (including |
It worked fine for sbt-sonatype v2.5 or earlier version.
But after migration to v3.7 and switching to the
sonatypeBundleRelease
command (instead ofsonatypeReleaseAll
) the provided value ofsonatypeProfileName
started to be ignored:The text was updated successfully, but these errors were encountered: