We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0d8bf commit b38a35cCopy full SHA for b38a35c
.github/workflows/pipeline.yml
@@ -83,7 +83,7 @@ jobs:
83
run: |
84
mvn versions:set -DnewVersion=${{ needs.bump.outputs.major_version }}.${{ needs.bump.outputs.minor_version }}.${{ needs.bump.outputs.build_version }} -DgenerateBackupPoms=false
85
- name: Build and verify with Maven 🔨
86
- run: mvn --batch-mode --update-snapshots verify
+ run: mvn --batch-mode --update-snapshots verify -Dmaven.test.skip=true
87
- name: Publish to Maven Central
88
run: mvn deploy
89
env:
0 commit comments