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