Skip to content

Commit 8c0dab7

Browse files
authored
Update release-workflow.yml
1 parent 6a5f426 commit 8c0dab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: 'maven'
2525
- name: Build & Deploy
2626
run: |
27-
mvn -U -B clean deploy -P release
27+
mvn -U -B clean release:prepare release:perform deploy -P release
2828
env:
2929
SIGN_KEY_PASS: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
3030
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}

0 commit comments

Comments
 (0)