File tree Expand file tree Collapse file tree 2 files changed +12
-16
lines changed Expand file tree Collapse file tree 2 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 11name : CI
22on :
3- - push
4- - pull_request
3+ push :
4+ branches :
5+ - master
6+ pull_request : {}
57jobs :
68 ci :
7- runs-on : ubuntu-20.04
9+ runs-on : ubuntu-latest
810 steps :
9- - uses : actions/checkout@v2.3.4
11+ - uses : actions/checkout@v3
1012 with :
1113 fetch-depth : 0
12- - name : Cache SBT
13- uses : actions/cache@v2
14+ - uses : coursier/cache-action@v6
15+ - uses : coursier/setup-action@v1
1416 with :
15- path : |
16- ~/.ivy2/cache
17- ~/.sbt
18- key : ${{ runner.os }}-sbt
19- - uses : olafurpg/setup-scala@v13
20- with :
21- java-version : graalvm-ce-java8@21.1.0
17+ jvm : zulu:8.0.402
2218 - uses : olafurpg/setup-gpg@v3
23- - run : ./make.sh
24- - run : ./publish.sh
19+ - run : ./make.sh && ./publish.sh
2520 env :
21+ SBT_NATIVE_CLIENT : false
2622 PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
2723 PGP_SECRET : ${{ secrets.PGP_SECRET }}
2824 SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
Original file line number Diff line number Diff line change 1- sbt.version = 1.6.1
1+ sbt.version = 1.9.8
You can’t perform that action at this time.
0 commit comments