We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a76c292 commit 867ab24Copy full SHA for 867ab24
1 file changed
.github/workflows/release.yml
@@ -71,6 +71,7 @@ jobs:
71
72
- name: Set the release version, commit the change, and tag it
73
run: |
74
+ mvn -B -ntp clean install -DskipTests -DskipITs
75
mvn versions:update-parent -DskipResolution=true -DparentVersion=$RELEASE
76
mvn versions:update-child-modules
77
git commit -am "Update version to $RELEASE"
0 commit comments