mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-11 18:51:47 +00:00
Fix deploy-java.yml workflow
This commit is contained in:
2
.github/workflows/deploy-java.yml
vendored
2
.github/workflows/deploy-java.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Build and deploy
|
- name: Build and deploy
|
||||||
if: steps.version_check.outputs.LAST_VERSION != steps.get_version.outputs.VERSION || steps.version_check.outputs.LAST_VERSION == ""
|
if: steps.version_check.outputs.LAST_VERSION != steps.get_version.outputs.VERSION || steps.version_check.outputs.LAST_VERSION == ''
|
||||||
run: |
|
run: |
|
||||||
mvn -f integrations/java/pom.xml deploy \
|
mvn -f integrations/java/pom.xml deploy \
|
||||||
-DskipTests \
|
-DskipTests \
|
||||||
|
|||||||
Reference in New Issue
Block a user