Thanks to visit codestin.com Credit goes to github.com
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 4a500c0 commit 6e956afCopy full SHA for 6e956af
.github/workflows/ci.yml
@@ -12,4 +12,5 @@ jobs:
12
distribution: temurin
13
java-version: 8
14
cache: sbt
15
+ - uses: sbt/setup-sbt@v1
16
- run: sbt compile
.github/workflows/release.yml
@@ -15,6 +15,7 @@ jobs:
17
18
19
- run: sbt ci-release
20
env:
21
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
0 commit comments