File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 55 tags : ["*"]
66jobs :
77 publish :
8- runs-on : ubuntu-20.04
8+ runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v3
1111 with :
Original file line number Diff line number Diff line change @@ -3,5 +3,7 @@ addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1")
33
44addSbtPlugin(" org.scala-sbt" % " sbt-contraband" % " 0.5.3" )
55addSbtPlugin(" 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" )
68addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.11.0" )
79addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.9.0" )
You can’t perform that action at this time.
0 commit comments