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
CI: skip publishing nightly build when no new commits since last publish
Attempting to publish an already published version using `sbt-sonatype`
fails with a "Failed to promote the repository" error.
There don't appear to be any configuration settings in `sbt-sontaype`
for avoiding this, instead we perform a HEAD request to Maven Central
for the relevant POM file and check the result.
0 commit comments