File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 3434 PGP_SECRET : ${{ secrets.PGP_SECRET }}
3535 SONATYPE_PASSWORD : ${{ secrets.CENTRAL_TOKEN }}
3636 SONATYPE_USERNAME : ${{ secrets.CENTRAL_USERNAME }}
37- run : sbt ci-release
37+ run : sbt +publishSigned sonatypeCentralRelease
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ThisBuild / versionScheme := Some("early-semver")
1111lazy val root = (project in file(" ." )).settings(
1212 organization := " com.clever-cloud" ,
1313 scalaVersion := " 2.13.18" ,
14- version := " 2.2.4 " ,
14+ version := " 2.2.5 " ,
1515 crossScalaVersions := Seq (scalaVersion.value, " 3.7.4" ),
1616 name := " testcontainers-scala-warp10" ,
1717 licenses := List (" MIT" -> new URI (" https://mit-license.org/" ).toURL()),
Original file line number Diff line number Diff line change 11addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.3.1" )
2- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.2" )
3- addSbtPlugin(" com.github.sbt" % " sbt-release" % " 1.4.0" )
42addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.12.2" )
You can’t perform that action at this time.
0 commit comments