Skip to content

Commit

Permalink
Set release version id and echo it out
Browse files Browse the repository at this point in the history
  • Loading branch information
criminosis committed Feb 19, 2021
1 parent 2afaa49 commit 76805e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,12 @@ jobs:
- run: java -version
- run: gu install native-image
- name: Get Release Version
id: get_release_version
shell: bash
run: ./set_release_version.sh
- name: Show Release Version
shell: bash
run: echo ${{ steps.get_release_version.outputs.build_version }}
- name: Build Release with Maven Wrapper
run: ./mvnw -B -ntp release:prepare release:perform -Darguments="-DskipTests=true"
env:
Expand Down

0 comments on commit 76805e7

Please sign in to comment.