Skip to content

Commit f20d393

Browse files
authored
Bump the version number for native image builds
Fixes #1068
1 parent 74c510a commit f20d393

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ jobs:
105105
github-token: ${{ secrets.GITHUB_TOKEN }}
106106
native-image-job-reports: "true"
107107
cache: "maven"
108+
- name: Bump Version Number
109+
run: mvn --no-transfer-progress versions:set versions:commit -DnewVersion="${{ github.event.inputs.version }}"
108110
- name: "Native"
109111
run: mvn -Pnative -DskipTests package -pl core -am
110112
- name: "Move outputs"

0 commit comments

Comments
 (0)