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 1
1
name : CI
2
2
on :
3
- - push
4
- - pull_request
3
+ push :
4
+ branches :
5
+ - master
6
+ pull_request : {}
5
7
jobs :
6
8
ci :
7
- runs-on : ubuntu-20.04
9
+ runs-on : ubuntu-latest
8
10
steps :
9
- - uses : actions/checkout@v2.3.4
11
+ - uses : actions/checkout@v3
10
12
with :
11
13
fetch-depth : 0
12
- - name : Cache SBT
13
- uses : actions/cache@v2
14
+ - uses : coursier/cache-action@v6
15
+ - uses : coursier/setup-action@v1
14
16
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
22
18
- uses : olafurpg/setup-gpg@v3
23
- - run : ./make.sh
24
- - run : ./publish.sh
19
+ - run : ./make.sh && ./publish.sh
25
20
env :
21
+ SBT_NATIVE_CLIENT : false
26
22
PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
27
23
PGP_SECRET : ${{ secrets.PGP_SECRET }}
28
24
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