We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6296a88 commit 2e0b60dCopy full SHA for 2e0b60d
1 file changed
.github/workflows/continuous-integration.yml
@@ -28,6 +28,7 @@ jobs:
28
env:
29
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
30
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
31
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
32
run: |
33
mvn -Pjavadoc -Prelease --batch-mode --update-snapshots deploy
34
0 commit comments