Skip to content
This repository was archived by the owner on Jul 15, 2025. It is now read-only.

Commit dceb379

Browse files
committed
Execute single goal on deploy
1 parent aa559d7 commit dceb379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
if: github.event_name == 'push' && contains(github.ref, 'main')
2828
run: |
2929
echo "<settings><servers><server><id>ossrh</id><username>${{ secrets.CI_DEPLOY_USERNAME }}</username><password>${{ secrets.CI_DEPLOY_PASSWORD }}</password></server></servers></settings>" > $HOME/.m2/settings.xml
30-
mvn deploy -B -U -e
30+
mvn jar:jar deploy:deploy -B -U -e

0 commit comments

Comments
 (0)