We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86515f6 commit d3e870aCopy full SHA for d3e870a
.github/workflows/release-project-in-dir.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Change version to release version
34
# Assume that RELEASE_VERSION will have form like: "v1.0.1". So we cut the "v"
35
run: |
36
- mvn ${MAVEN_ARGS} versions:set -DnewVersion="${RELEASE_VERSION:1}" versions:commit
+ mvn ${MAVEN_ARGS} versions:set -DnewVersion="${RELEASE_VERSION:1}" versions:commit -DprocessAllModules
37
env:
38
RELEASE_VERSION: ${{ github.event.release.tag_name }}
39
0 commit comments