Skip to content

Commit

Permalink
add step to set maven version
Browse files Browse the repository at this point in the history
  • Loading branch information
raspreet-vunet committed Aug 16, 2023
1 parent d5bdb51 commit 5d65e0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Set VERSION from workflow_dispatch input
if: github.event_name == 'workflow_dispatch'
run: echo "VERSION=${{ github.event.inputs.version }}" >> $GITHUB_ENV

- name: Set Maven Version
run: ./set-version.sh $VERSION

- name: Build Keycloak
uses: ./.github/actions/build-keycloak
Expand Down

0 comments on commit 5d65e0e

Please sign in to comment.