Skip to content
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

Fix issues with the release process #164

Open
mccartney opened this issue Jan 2, 2021 · 0 comments
Open

Fix issues with the release process #164

mccartney opened this issue Jan 2, 2021 · 0 comments

Comments

@mccartney
Copy link
Collaborator

When trying to release 0.2.12 sbt ++publishedSigned raised the following errors:

[...]
[error]     source     : /home/mccartney/git/slack-scala-client/target/scala-2.11/slack-scala-client_2.11-0.2.12-javadoc.jar.asc
[error]     destination: https://oss.sonatype.org/service/local/staging/deploy/maven2/com/github/slack-scala-client/slack-scala-client_2.11/0.2.12/slack-scala-client_2.11-0.2.12-javadoc.jar.asc
[error] If you have a staging repository that has failed, drop it and start over.
[error] Otherwise fix the double publishing, or relax the setting as follows:
[error]     publishConfiguration := publishConfiguration.value.withOverwrite(true)
[error]     publishLocalConfiguration := publishLocalConfiguration.value.withOverwrite(true)
[error] 
[error] If you have a remote cache respoitory, you can enable overwriting as follows:
[error]     pushRemoteCacheConfiguration := pushRemoteCacheConfiguration.value.withOverwrite(true)
[error] Total time: 36 s, completed 02-Jan-2021 17:58:37

but apparently all the rest went fine.

I suspect it tried to upload the javadoc.jar.asc the second time for some reason.
My gut feeling is that maybe it was "main code" and "test code" javadoc instead of one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant