This commit is contained in:
Stéphane Nicoll
2024-07-13 09:41:41 +02:00
parent bd7c61a9ec
commit 19e5908cd9

View File

@@ -34,7 +34,7 @@ runs:
id: publish
if: ${{ inputs.publish == 'true' }}
shell: bash
run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots -DaltDeploymentRepository=local::file:./maven-repo/ clean deploy -Pspring
run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots -DaltDeploymentRepository=local::file:deployment-repository/ clean deploy -Pspring
- name: Read version from pom.xml
id: read-version
shell: bash