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
56
56
fi
57
57
58
58
# 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"
61
60
export CI_SNAPSHOT_RELEASE= " publish"
62
61
63
62
# 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