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 752d948 commit 85e49a8Copy full SHA for 85e49a8
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
distribution: temurin
15
java-version: 8
16
cache: sbt
17
- - run: sbt ci-release
+ - run: sbt -Djava.net.debug=all ci-release
18
env:
19
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
20
PGP_SECRET: ${{ secrets.PGP_SECRET }}
0 commit comments