File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,19 @@ jobs:
3131 run : sbt +test
3232 shell : bash
3333 publish :
34- runs-on : ubuntu-20.04
34+ runs-on : ubuntu-latest
3535 needs : [test]
3636 if : github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
3737 steps :
38- - uses : actions/checkout@v2.3.4
38+ - uses : actions/checkout@v5
3939 with :
4040 fetch-depth : 0
41- - uses : olafurpg/setup-scala@v13
41+ - uses : actions/setup-java@v5
42+ with :
43+ distribution : temurin
44+ java-version : 8
45+ cache : sbt
46+ - uses : sbt/setup-sbt@v1
4247 - run : sbt ci-release
4348 env :
4449 PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
Original file line number Diff line number Diff line change @@ -46,11 +46,6 @@ lazy val root = project
4646 }
4747 }
4848 )
49- // TODO: reconfigure sonatype publishing
50- // .settings(
51- // sonatypeCredentialHost := "s01.oss.sonatype.org",
52- // sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
53- // )
5449
5550lazy val docs = project
5651 .in(file(" python-docs" ))
You can’t perform that action at this time.
0 commit comments