Skip to content

Commit 867ab24

Browse files
committed
Run install before version update
1 parent a76c292 commit 867ab24

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
7272
- name: Set the release version, commit the change, and tag it
7373
run: |
74+
mvn -B -ntp clean install -DskipTests -DskipITs
7475
mvn versions:update-parent -DskipResolution=true -DparentVersion=$RELEASE
7576
mvn versions:update-child-modules
7677
git commit -am "Update version to $RELEASE"

0 commit comments

Comments
 (0)