2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 02:02:14 +00:00

fix sonotype command (#378)

This commit is contained in:
Rebecca Star 2018-12-03 11:35:18 -05:00 committed by GitHub
parent 26e8a77e46
commit 3216aa5bbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -407,7 +407,7 @@ lazy val setSonatypeReleaseSettings = ReleaseStep(action = oldState => {
val sonatypeCommand = Command.command("sonatypeReleaseCommand") { val sonatypeCommand = Command.command("sonatypeReleaseCommand") {
"project core" :: "project core" ::
"publish" :: "publish" ::
"releaseSonatype" :: "sonatypeRelease" ::
_ _
} }