Skip to content

Commit 8e2759c

Browse files
authored
Update maven-publish.yml
1 parent fb9a483 commit 8e2759c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737

3838
- name: 2.7 Update version in pom.xml (Release only)
39-
run: mvn versions:set -DnewVersion=${{steps.version.outputs.version_tag}}
39+
run: mvn versions:set -DnewVersion=${{steps.version.outputs.version_tag}} -DprocessAllModules
4040

4141
- name: 3 Build with Maven
4242
run: mvn package -P publish --file pom.xml

0 commit comments

Comments
 (0)