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 6a5f426 commit 8c0dab7Copy full SHA for 8c0dab7
.github/workflows/release-workflow.yml
@@ -24,7 +24,7 @@ jobs:
24
cache: 'maven'
25
- name: Build & Deploy
26
run: |
27
- mvn -U -B clean deploy -P release
+ mvn -U -B clean release:prepare release:perform deploy -P release
28
env:
29
SIGN_KEY_PASS: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
30
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
0 commit comments