Skip to content

Commit 5a35f01

Browse files
authored
Run full deploy and skip tests
1 parent 350dd13 commit 5a35f01

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
@@ -24,4 +24,4 @@ jobs:
2424
if: github.event_name == 'push' && contains(github.ref, 'main')
2525
run: |
2626
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
27-
mvn jar:jar deploy:deploy -B -U -e
27+
mvn deploy -B -U -e -Dmaven.test.skip=true

0 commit comments

Comments
 (0)