Skip to content

Commit c7457bb

Browse files
author
Flinders, Elijah
committed
Update publishToMaven.yml
1 parent dfebd52 commit c7457bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publishToMaven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
OSSHR_KEY_PASSWORD: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
3434
run: |
3535
mvn \
36-
--no-transfer-progress --batch-mode -Dgpg.passphrase=$OSSHR_KEY_PASSWORD clean deploy
36+
--no-transfer-progress --batch-mode -Psign-artifacts -Dgpg.passphrase=$OSSHR_KEY_PASSWORD clean deploy

0 commit comments

Comments
 (0)