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 a38c2d2 commit 68bc16bCopy full SHA for 68bc16b
.github/workflows/merge.yml
@@ -56,12 +56,11 @@ jobs:
56
name: coverage # optional
57
fail_ci_if_error: true # optional (default = false)
58
verbose: true # optional (default = false)
59
+
60
- name: Deploy
61
run: |
- mvn -P gpg_verify \
62
- --no-transfer-progress \
63
- --batch-mode \
64
- --file pom.xml -s release/m2-settings.xml verify deploy
+ mvn --batch-mode \
+ --settings release/m2-settings.xml clean deploy
65
env:
66
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
67
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
0 commit comments