Skip to content

Commit 29d2cfb

Browse files
committed
Use sbt-ci-release 1.9.3 with CI_SONATYPE_RELEASE like pulsar4s, v2.2.6
1 parent eaf6874 commit 29d2cfb

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ jobs:
3434
PGP_SECRET: ${{ secrets.PGP_SECRET }}
3535
SONATYPE_PASSWORD: ${{ secrets.CENTRAL_TOKEN }}
3636
SONATYPE_USERNAME: ${{ secrets.CENTRAL_USERNAME }}
37-
run: sbt +publishSigned sonatypeCentralRelease
37+
CI_SONATYPE_RELEASE: sonatypeBundleRelease
38+
run: sbt ci-release

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ThisBuild / versionScheme := Some("early-semver")
1111
lazy val root = (project in file(".")).settings(
1212
organization := "com.clever-cloud",
1313
scalaVersion := "2.13.18",
14-
version := "2.2.5",
14+
version := "2.2.6",
1515
crossScalaVersions := Seq(scalaVersion.value, "3.7.4"),
1616
name := "testcontainers-scala-warp10",
1717
licenses := List("MIT" -> new URI("https://mit-license.org/").toURL()),

project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
2+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
3+
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
24
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")

0 commit comments

Comments
 (0)