mirror of https://github.com/dapr/java-sdk.git
Update build.yml
Signed-off-by: salaboy <Salaboy@gmail.com>
This commit is contained in:
parent
bb48276691
commit
f99c36cd0c
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue