Skip to content

Commit

Permalink
Add build step before deploy
Browse files Browse the repository at this point in the history
Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys committed Mar 19, 2024
1 parent 7679576 commit 850bc1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Build
run: mvn clean install

- name: Publish to sonatype
run: ./.github/scripts/push-to-nexus.sh
env:
Expand Down

0 comments on commit 850bc1a

Please sign in to comment.