Fix deploy-java.yml workflow

This commit is contained in:
Mathias Wagner
2024-07-21 15:57:43 +02:00
parent 517be0f834
commit d2d521ca9c

View File

@ -45,7 +45,7 @@ jobs:
fi
- 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: |
mvn -f integrations/java/pom.xml deploy \
-DskipTests \