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 c23fd0b commit 1ad9541Copy full SHA for 1ad9541
.github/workflows/pipeline.yml
@@ -103,7 +103,8 @@ jobs:
103
- name: Build and verify with Maven 🔨
104
run: mvn --batch-mode --update-snapshots verify $MAVEN_ARGS
105
- name: Publish to Maven Central
106
- run: mvn deploy $MAVEN_ARGS
+ run: mvn central-publishing:publish -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
107
+# run: mvn deploy $MAVEN_ARGS
108
env:
109
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
110
MAVEN_CENTRAL_TOKEN: ${{ secrets.SONATYPE_PASSWORD }}
0 commit comments