We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867ab24 commit 14f854bCopy full SHA for 14f854b
1 file changed
.github/workflows/release.yml
@@ -74,6 +74,7 @@ jobs:
74
mvn -B -ntp clean install -DskipTests -DskipITs
75
mvn versions:update-parent -DskipResolution=true -DparentVersion=$RELEASE
76
mvn versions:update-child-modules
77
+ mvn versions:update-child-modules
78
git commit -am "Update version to $RELEASE"
79
git tag $RELEASE
80
@@ -88,6 +89,7 @@ jobs:
88
89
run: |
90
mvn versions:update-parent -DskipResolution=true -DallowSnapshots=true -DparentVersion=$NEXT
91
92
93
git commit -am "Update version to $NEXT"
94
95
- name: Release dev Java modules
0 commit comments