mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-09 17: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
|
||||
|
||||
- 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 \
|
||||
|
||||
Reference in New Issue
Block a user