File tree 3 files changed +15
-14
lines changed
3 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 23
23
steps :
24
24
25
25
- uses : actions/checkout@v2
26
- - uses : olafurpg/setup-scala@v13
27
- with :
28
- java-version : " adopt@1.8"
29
- - uses : coursier/cache-action@v6
26
+
27
+ - name : Setup Scala
28
+ uses : japgolly/setup-everything-scala@v1.0
30
29
31
30
- name : Hacks for Scala 2.10
32
31
if : matrix.scalaversion == '2.10.7'
52
51
runs-on : ubuntu-latest
53
52
steps :
54
53
- uses : actions/checkout@v2
55
- - uses : olafurpg/setup-scala@v13
56
- with :
57
- java-version : " adopt@1.8"
58
- - uses : coursier/cache-action@v6
54
+ - uses : japgolly/setup-everything-scala@v1.0
59
55
- name : Readme generation
60
56
run : sbt readme/run
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v2
14
- - uses : olafurpg/setup-scala@v13
15
- with :
16
- java-version : " adopt@1.8"
17
- - uses : coursier/cache-action@v6
14
+
15
+ - name : Setup Scala
16
+ uses : japgolly/setup-everything-scala@v1.0
18
17
19
18
- name : Build
20
19
run : sbt readme/run
Original file line number Diff line number Diff line change @@ -12,13 +12,19 @@ jobs:
12
12
env :
13
13
SCALAJS_VERSION : " ${{ matrix.scalajsversion == '0.6.x' && '0.6.28' || '' }}"
14
14
steps :
15
+
15
16
- uses : actions/checkout@v2
16
17
with :
17
18
fetch-depth : 0
18
- - uses : olafurpg/setup-scala@v13
19
+
20
+ - name : Setup Scala
21
+ uses : japgolly/setup-everything-scala@v1.0
22
+
19
23
- name : Hacks for Scala 2.10
20
24
run : ./prepareForScala210.sh
21
- - run : sbt ci-release
25
+
26
+ - name : Release
27
+ run : sbt ci-release
22
28
env :
23
29
PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
24
30
PGP_SECRET : ${{ secrets.PGP_SECRET }}
You can’t perform that action at this time.
0 commit comments