We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab402f commit e0b6de6Copy full SHA for e0b6de6
.github/workflows/release.yaml
@@ -185,7 +185,8 @@ jobs:
185
gpg-private-key: ${{ secrets.GPG_SIGNING_KEY }}
186
gpg-passphrase: MAVEN_GPG_PASSPHRASE
187
- name: Publish package
188
- run: mvn --batch-mode -P release deploy
+ # testing already happened earlier
189
+ run: mvn --batch-mode -P release -DskipTests deploy
190
env:
191
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
192
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
0 commit comments