Skip to content

Commit e587558

Browse files
author
Wout Schoovaerts
committed
Updated release workflow
1 parent 1f85f91 commit e587558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
gpg-private-key: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
2323
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2424
- name: Publish package
25-
run: mvn -P ci_cd --batch-mode deploy
25+
run: mvn -P ci_cd --batch-mode clean deploy
2626
env:
2727
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
2828
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

0 commit comments

Comments
 (0)