From a49b8d9b766a304b149ed011ede89f11bc7098c2 Mon Sep 17 00:00:00 2001 From: Russ Poetker Date: Wed, 24 Sep 2025 10:00:38 -0400 Subject: [PATCH] Run install before version update --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bde3dfc..0e48c5c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,6 +71,7 @@ jobs: - name: Set the release version, commit the change, and tag it run: | + mvn -B -ntp clean install -DskipTests -DskipITs mvn versions:update-parent -DskipResolution=true -DparentVersion=$RELEASE mvn versions:update-child-modules git commit -am "Update version to $RELEASE"