Skip to content

Commit cf70b64

Browse files
committed
Fix release command
1 parent 4aadaba commit cf70b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
3030
run: |
31-
./sbt publish
31+
./sbt publishSigned
3232
- name: Release to Sonatype
3333
env:
3434
SONATYPE_USERNAME: '${{ secrets.SONATYPE_USER }}'

0 commit comments

Comments
 (0)