Skip to content

Commit eaf6874

Browse files
committed
Use sbt-sonatype instead of ci-release, v2.2.5
1 parent 72e83ac commit eaf6874

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
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

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.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()),

project/plugins.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
addSbtPlugin("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")
42
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")

0 commit comments

Comments
 (0)