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