Skip to content

Commit 05af258

Browse files
committed
Add the signature
1 parent 6061b87 commit 05af258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-latest-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Verify gpg secret key
2626
gpg --list-secret-keys --keyid-format LONG
2727
- name: Publish package
28-
run: mvn -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} --batch-mode deploy
28+
run: mvn -Prelease-sign-artifacts -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} --batch-mode deploy
2929
env:
3030
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3131
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}

0 commit comments

Comments
 (0)