Skip to content

Commit 2e0b60d

Browse files
committed
Fix the MAVEN_GPG_PASSPHRASE in GH CI workflow
1 parent 6296a88 commit 2e0b60d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
env:
2929
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3030
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
31+
MAVEN_GPG_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
3132
run: |
3233
mvn -Pjavadoc -Prelease --batch-mode --update-snapshots deploy
3334

0 commit comments

Comments
 (0)