Skip to content

Commit 75f7f72

Browse files
committed
Release using latest ubuntu runner
1 parent 23c942d commit 75f7f72

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/manual-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
shell: bash
2727
publish:
2828
if: startsWith(github.ref, 'refs/tags/v')
29-
runs-on: ubuntu-20.04
29+
runs-on: ubuntu-latest
3030
env:
3131
SCALA_VERSION: ${{ inputs.scala-version }}
3232
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
tags: ["*"]
66
jobs:
77
publish:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
1111
with:

project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1")
33

44
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.5.3")
55
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
6+
// force version to fix https://github.com/sbt/sbt-pgp/issues/199
7+
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
68
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
79
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0")

0 commit comments

Comments
 (0)