File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7979 strategy :
8080 matrix :
8181 os : [ubuntu-latest]
82- scala : [2.13.11]
8382 java : [zulu@8]
8483 runs-on : ${{ matrix.os }}
8584 steps :
9998
10099 - name : sbt update
101100 if : matrix.java == 'zulu@8' && steps.setup-java-zulu-8.outputs.cache-hit == 'false'
102- run : sbt '++ ${{ matrix.scala }}' reload +update
101+ run : sbt reload +update
103102
104103 - name : Download target directories (2.11)
105104 uses : actions/download-artifact@v3
@@ -147,4 +146,4 @@ jobs:
147146 SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
148147 SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
149148 PGP_SECRET : ${{ secrets.PGP_SECRET }}
150- run : sbt '++ ${{ matrix.scala }}' ci-release
149+ run : sbt ci-release
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ pomExtra := {
5757
5858MetaInfLicenseCopy .settings
5959
60+ ThisBuild / tlSonatypeUseLegacyHost := true
6061ThisBuild / githubWorkflowJavaVersions := Seq (JavaSpec (Zulu , " 8" ))
6162ThisBuild / githubWorkflowPublishTargetBranches := Seq (
6263 RefPredicate .Equals (Ref .Branch (" main" )),
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
22
33addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.0.8" )
44
5- addSbtPlugin(" org.typelevel" % " sbt-typelevel-sonatype-ci-release" % " 0.5.0-M10 " )
5+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-sonatype-ci-release" % " 0.5.0-RC2 " )
66
77addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.12" )
You can’t perform that action at this time.
0 commit comments