diff --git a/.travis.yml b/.travis.yml index 5f176d6b..37480deb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,7 @@ jobs: env: TRAVIS_JDK=11 - stage: release - name: "Publish artifacts to Sonatype" + name: "Release artifacts to Sonatype" script: sbt ci-release env: TRAVIS_JDK=8 diff --git a/build.sbt b/build.sbt index 3ad824ee..c649f6ff 100644 --- a/build.sbt +++ b/build.sbt @@ -54,7 +54,8 @@ lazy val core = project JacocoThresholds(), Seq(JacocoReportFormats.XML), "utf-8" - ) + ), + sonatypeProfileName := "com.typesafe" ) lazy val plugin = project