Skip to content

Commit

Permalink
fix gpg (#118)
Browse files Browse the repository at this point in the history
* Update sbt-ci-release to 1.5.12
* Set version-scheme to early-semver
* Remove useless setup-gpg since ubuntu already comes with mpg
  • Loading branch information
agilelab-tmnd1991 authored Feb 8, 2024
1 parent efb8d95 commit 3063185
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- uses: coursier/setup-action@v1
with:
jvm: zulu:8.0.402
- uses: olafurpg/setup-gpg@v3
- run: ./make.sh && ./publish.sh
env:
SBT_NATIVE_CLIENT: false
Expand Down
1 change: 1 addition & 0 deletions project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ object Settings {
javacOptions ++= javacOptionsVersion(scalaVersion.value),
scalacOptions ++= scalacOptionsVersion(scalaVersion.value),
Compile / doc / scalacOptions ++= scalaDocOptionsVersion(scalaVersion.value),
versionScheme := Some("early-semver"),
useCoursier := false,
developers := List(
Developer("amurgia", "Antonio Murgia", "antonio.murgia@agilelab.it", url("https://github.com/tmnd1991")),
Expand Down
4 changes: 2 additions & 2 deletions project/plugin.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

0 comments on commit 3063185

Please sign in to comment.