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 eb4483b commit baa8b86Copy full SHA for baa8b86
.github/workflows/release.yml
@@ -15,6 +15,7 @@ jobs:
15
distribution: temurin
16
java-version: 8
17
cache: sbt
18
+ - uses: sbt/setup-sbt@v1
19
- run: sbt ci-release
20
env:
21
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
.github/workflows/validate.yml
@@ -36,6 +36,9 @@ jobs:
36
37
java-version: ${{matrix.java}}
38
39
+ - name: Set up sbt
40
+ uses: sbt/setup-sbt@v1
41
+
42
- name: Cache Coursier cache
43
uses: coursier/cache-action@v6
44
0 commit comments