Skip to content

Commit

Permalink
Bump the version number for native image builds
Browse files Browse the repository at this point in the history
Fixes #1068
  • Loading branch information
cushon committed Feb 29, 2024
1 parent 74c510a commit f20d393
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f20d393

Please sign in to comment.