diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd3252a7e..38f26929a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,8 +17,6 @@ jobs: uses: olafurpg/setup-scala@v10 with: java-version: "adopt@1.8" - - name: Setup GPG - uses: olafurpg/setup-gpg@v3 - name: Coursier cache uses: coursier/cache-action@v5 - name: Test diff --git a/project/plugins.sbt b/project/plugins.sbt index da5880d53..c78ce2371 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("org.foundweekends" %% "sbt-bintray" % "0.6.1") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.2") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.0-M1") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.4")