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 4aadaba commit cf70b64Copy full SHA for cf70b64
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
env:
29
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
30
run: |
31
- ./sbt publish
+ ./sbt publishSigned
32
- name: Release to Sonatype
33
34
SONATYPE_USERNAME: '${{ secrets.SONATYPE_USER }}'
0 commit comments