Skip to content

Commit

Permalink
Test...
Browse files Browse the repository at this point in the history
  • Loading branch information
jryan128 committed Jan 24, 2020
1 parent c53e255 commit 1aa5f58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .travis/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ tagVer=${tagVer#v} # Remove `v` at beginning.
tagVer=${tagVer%%#*} # Remove anything after `#`.
publishVersion='set every version := "'$tagVer'"'

java -version

echo "$PGP_PASSPHRASE" | gpg --passphrase-fd 0 --batch --yes --import .travis/secret-key.asc

sbt + "$publishVersion" publishSigned sonatypeBundleRelease
sbt "$publishVersion" "++$TRAVIS_SCALA_VERSION" "; publishSigned; sonatypeBundleRelease"
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ publishMavenStyle := true

usePgpKeyHex("9787EE9D6E7FB77E24EAEF0A0F75392379B78332")

sonatypeSessionName := "[sbt-sonatype] ${name.value}-${scalaBinaryVersion.value}-${version.value}"

publishTo := sonatypePublishToBundle.value

pomIncludeRepository := { _ => false }
Expand Down

0 comments on commit 1aa5f58

Please sign in to comment.