Skip to content

Commit

Permalink
Merge pull request #123 from RedHatInsights/build/build-before-release
Browse files Browse the repository at this point in the history
build(ci): Run a build of the code base before release
  • Loading branch information
jponge authored Jul 24, 2023
2 parents 89c932e + aa352ba commit ee1676b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Run a build of the code base before release
run: ./mvnw --batch-mode --no-transfer-progress clean install
- name: Set release version
run: ./mvnw --batch-mode --no-transfer-progress versions:set -DnewVersion=${{ github.event.inputs.version }}
- name: Commit & Push changes
Expand Down

0 comments on commit ee1676b

Please sign in to comment.