From f20d393babf0fb489a90a1d7913d7a43e5f8cff1 Mon Sep 17 00:00:00 2001 From: Liam Miller-Cushon Date: Thu, 29 Feb 2024 13:06:44 -0800 Subject: [PATCH] Bump the version number for native image builds Fixes https://github.com/google/google-java-format/issues/1068 --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a390df249..d2ce2beae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -105,6 +105,8 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} native-image-job-reports: "true" cache: "maven" + - name: Bump Version Number + run: mvn --no-transfer-progress versions:set versions:commit -DnewVersion="${{ github.event.inputs.version }}" - name: "Native" run: mvn -Pnative -DskipTests package -pl core -am - name: "Move outputs"