Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes publish release to Sonatype repository. (#222)
* Include Sonatype profile name

* Update step description to Release
  • Loading branch information
felipebonezi committed Sep 28, 2021
1 parent 36c6f65 commit 8b21b94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion build.sbt
Expand Up @@ -54,7 +54,8 @@ lazy val core = project
JacocoThresholds(),
Seq(JacocoReportFormats.XML),
"utf-8"
)
),
sonatypeProfileName := "com.typesafe"
)

lazy val plugin = project
Expand Down

0 comments on commit 8b21b94

Please sign in to comment.