Update maven-publish.yml

This commit is contained in:
JW
2023-08-22 17:29:30 +02:00
committed by GitHub
parent b332c2f5d8
commit 668f28e357

View File

@@ -36,7 +36,9 @@ jobs:
- name: 2.7 Update version in pom.xml (Release only)
run: mvn versions:set -DnewVersion=${{steps.version.outputs.version_tag}} -DprocessAllModules
run: mvn versions:set -DnewVersion=${{steps.version.outputs.version_tag}}
- name: 2.8 Update modules parent version
run: mvn versions:update-parent -DallowSnapshots=true
- name: 3 Build with Maven
run: mvn package -P publish --file pom.xml