Update build.yml

Signed-off-by: salaboy <Salaboy@gmail.com>
This commit is contained in:
salaboy 2025-03-17 10:22:18 +00:00 committed by GitHub
parent bb48276691
commit f99c36cd0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ jobs:
echo "DEPLOY_OSSRH=true" >> $GITHUB_ENV
- name: Install jars
if: env.DEPLOY_OSSRH == 'true'
run: ./mvnw install -B -q
run: ./mvnw install -DskipTests -B -q
- name: Publish to ossrh
if: env.DEPLOY_OSSRH == 'true'
run: |