Skip to content

Commit

Permalink
build(ci): Run a build of the code base before release
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed Jul 24, 2023
1 parent 89c932e commit aa352ba
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 aa352ba

Please sign in to comment.