File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,16 @@ jobs:
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- SCALA : [2.12.16, 2.13.6]
16
+ SCALA_VERSION : [" 2.12.16", " 2.13.6" ]
17
17
steps :
18
18
- uses : actions/checkout@v3
19
19
- uses : coursier/cache-action@v6
20
- - uses : laughedelic/ coursier- setup@v1
20
+ - uses : coursier/ setup-action @v1.2.0
21
21
with :
22
22
jvm : 8
23
- apps : sbt-launcher
24
- - run : sbt ++$SCALA_VERSION test mimaReportBinaryIssues
23
+ - run : |
24
+ sbtn ++$SCALA_VERSION test
25
+ sbtn ++$SCALA_VERSION mimaReportBinaryIssues
25
26
env:
26
27
SCALA_VERSION: ${{ matrix.SCALA_VERSION }}
27
28
@@ -32,12 +33,11 @@ jobs:
32
33
steps :
33
34
- uses : actions/checkout@v3
34
35
- uses : coursier/cache-action@v6
35
- - uses : laughedelic/ coursier- setup@v1
36
+ - uses : coursier/ setup-action @v1.2.0
36
37
with :
37
38
jvm : 8
38
- apps : sbt-launcher
39
39
- name : Release
40
- run : sbt ci-release
40
+ run : sbtn ci-release
41
41
env :
42
42
PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
43
43
PGP_SECRET : ${{ secrets.PGP_SECRET }}
You can’t perform that action at this time.
0 commit comments