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 : [3.3.0]
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 (3)
105104 uses : actions/download-artifact@v3
@@ -117,4 +116,4 @@ jobs:
117116 SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
118117 SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
119118 PGP_SECRET : ${{ secrets.PGP_SECRET }}
120- run : sbt '++ ${{ matrix.scala }}' ci-release
119+ run : sbt ci-release
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ pomExtra := {
5252
5353MetaInfLicenseCopy .settings
5454
55+ ThisBuild / tlSonatypeUseLegacyHost := true
5556ThisBuild / githubWorkflowJavaVersions := Seq (JavaSpec (Zulu , " 8" ))
5657ThisBuild / githubWorkflowPublishTargetBranches := Seq (
5758 RefPredicate .Equals (Ref .Branch (" main" )),
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
44
55addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.0.8" )
66
7- addSbtPlugin(" org.typelevel" % " sbt-typelevel-sonatype-ci-release" % " 0.5.0-M10 " )
7+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-sonatype-ci-release" % " 0.5.0-RC2 " )
88
99addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.12" )
You can’t perform that action at this time.
0 commit comments