Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 869172b

Browse files
author
jchapuis
committed
changed to sonatypeRelease according to sbt-sonatype documentation
1 parent 196f488 commit 869172b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pgpSecretRing := baseDirectory.value / "project" / ".gnupg" / "secring.gpg"
4040
pgpPassphrase := sys.env.get("PGP_PASS").map(_.toArray)
4141

4242
addCommandAlias("ci-all", ";+clean ;+compile ;+coverage ;+test ;+package ;+coverageReport ;+codacyCoverage")
43-
addCommandAlias("release", ";+publishSigned ;sonatypeReleaseAll")
43+
addCommandAlias("release", ";+publishSigned ;sonatypeRelease")
4444

4545
libraryDependencies ++= Seq(
4646
"org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.6",

0 commit comments

Comments
 (0)