From 8b21b94d848cd4b66824795d83c84e51288f4704 Mon Sep 17 00:00:00 2001 From: Felipe Bonezi Date: Tue, 28 Sep 2021 10:42:46 -0300 Subject: [PATCH] Fixes publish release to Sonatype repository. (#222) * Include Sonatype profile name * Update step description to Release --- .travis.yml | 2 +- build.sbt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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