We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ff4bd commit 018d3b4Copy full SHA for 018d3b4
.github/workflows/maven.yml
@@ -39,7 +39,7 @@ jobs:
39
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
40
41
- name: Publish to Apache Maven Central
42
- run: mvn -X -e -Dgpg.passphrase=${{ secrets.MAVEN_GPG_PASSPHRASE }} --batch-mode release:prepare release:perform
+ run: mvn -X -e -Dgpg.passphrase=${{ secrets.MAVEN_GPG_PASSPHRASE }} --batch-mode deploy
43
env:
44
MAVEN_USERNAME: javaquery
45
MAVEN_CENTRAL_TOKEN: ${{ secrets.OSSRH_TOKEN }}
0 commit comments