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 5425a34 commit 6194186Copy full SHA for 6194186
.github/workflows/merge.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Deploy
66
run: |
67
mvn --batch-mode \
68
- --settings release/m2-settings.xml clean deploy
+ --settings release/m2-settings.xml -DskipTests clean deploy
69
env:
70
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
71
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
0 commit comments