We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251887d commit ca48479Copy full SHA for ca48479
.github/workflows/ci.yml
@@ -65,5 +65,6 @@ jobs:
65
with:
66
distribution: temurin
67
java-version: ${{matrix.java}}
68
+ - uses: sbt/setup-sbt@v1
69
- name: ci
70
run: sbt ci
.github/workflows/release.yml
@@ -13,6 +13,7 @@ jobs:
13
14
15
java-version: 8
16
17
- run: sbt versionCheck ci-release
18
env:
19
PGP_PASSPHRASE: ${{secrets.PGP_PASSPHRASE}}
0 commit comments