We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8289590 commit 2719c43Copy full SHA for 2719c43
.github/workflows/pipeline.yml
@@ -103,8 +103,7 @@ 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 verify central-publishing:publish -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
107
-# run: mvn deploy $MAVEN_ARGS
+ run: mvn verify central-publishing:publish -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} $MAVEN_ARGS
108
env:
109
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
110
MAVEN_CENTRAL_TOKEN: ${{ secrets.SONATYPE_PASSWORD }}
0 commit comments