We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55177af commit e9ea530Copy full SHA for e9ea530
.github/workflows/release.yml
@@ -13,6 +13,7 @@ jobs:
13
with:
14
distribution: temurin
15
java-version: 8
16
+ - uses: sbt/setup-sbt@v1
17
- run: sbt versionCheck ci-release
18
env:
19
PGP_PASSPHRASE: ${{secrets.PGP_PASSPHRASE}}
0 commit comments