File tree Expand file tree Collapse file tree 4 files changed +756
-487
lines changed Expand file tree Collapse file tree 4 files changed +756
-487
lines changed Original file line number Diff line number Diff line change 1717 distribution : temurin
1818 java-version : 8
1919 cache : sbt
20- - uses : sbt/setup-sbt@v1
21- - run : sbt ci-release
20+ - run : ./sbt ci-release
2221 env :
2322 PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
2423 PGP_SECRET : ${{ secrets.PGP_SECRET }}
Original file line number Diff line number Diff line change 4444 java-version : ${{ matrix.java }}
4545 check-latest : true
4646 cache : " sbt"
47- - uses : sbt/setup-sbt@v1
48- with :
49- sbt-runner-version : 1.10.5
5047 - name : Restore cache
5148 uses : actions/cache@v2
5249 with :
5855 restore-keys : |
5956 cache-v1-
6057 - name : Compile and Test
61- run : sbt +test
58+ run : ./ sbt +test
Original file line number Diff line number Diff line change 1- sbt.version =1.10.5
1+ sbt.version =1.10.7
You can’t perform that action at this time.
0 commit comments