We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d8cbd commit 75e02d1Copy full SHA for 75e02d1
1 file changed
.github/workflows/publish-release-scala.yaml
@@ -26,6 +26,7 @@ jobs:
26
# For sbt
27
PGP_PASSPHRASE: ${{ secrets.SIGNING_KEY_PASSWORD }}
28
PGP_SECRET: ${{ secrets.SIGNING_KEY }}
29
+ SBT_PGP_USE_GPG: false
30
SONATYPE_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
31
SONATYPE_USERNAME: ${{ secrets.MAVEN_USERNAME }}
32
BUILD_RELEASE: true
0 commit comments