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 1a1daaa commit 62585adCopy full SHA for 62585ad
.github/workflows/ci.yml
@@ -19,6 +19,7 @@ jobs:
19
~/.ivy2/cache
20
~/.cache/coursier
21
key: ${{ runner.os }}-sbt-${{ hashFiles('**/*.sbt') }}
22
+ - uses: sbt/setup-sbt@v1
23
- name: Compile and test
24
run: |
25
sbt +test
.github/workflows/release.yml
@@ -14,6 +14,7 @@ jobs:
14
java-version: 8
15
distribution: temurin
16
- uses: olafurpg/setup-gpg@v3
17
18
- name: Publish ${{ github.ref }}
run: sbt ci-release
env:
0 commit comments