File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,7 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
5656fi
5757
5858# default is +publishSigned; we cross-build with travis jobs, not sbt's crossScalaVersions
59- # re-define pgp files to work around https://github.com/olafurpg/sbt-ci-release/issues/64
60- export CI_RELEASE= " ; set pgpSecretRing := pgpSecretRing.value; set pgpPublicRing := pgpPublicRing.value; publishSigned"
59+ export CI_RELEASE= " publishSigned"
6160export CI_SNAPSHOT_RELEASE= " publish"
6261
6362# default is sonatypeBundleRelease, which closes and releases the staging repo
Original file line number Diff line number Diff line change 1- addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.1.1 " )
1+ addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.1.2 " )
You can’t perform that action at this time.
0 commit comments