Skip to content

Commit

Permalink
[configuration] Added explicit compile before deplyment
Browse files Browse the repository at this point in the history
  • Loading branch information
meronbrouwer committed Dec 14, 2023
1 parent 49c5d36 commit 3d37ee9
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 @@ -52,6 +52,9 @@ jobs:
server-username: MAVEN_CENTRAL_USERNAME
server-password: MAVEN_CENTRAL_PASSWORD

- name: Compile the application before deployment
run: mvn compile

- name: Deploy to the Maven Central Repository
run: mvn deploy -P release -DskipTests -Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} -Dgpg.executable=gpg
env:
Expand Down

0 comments on commit 3d37ee9

Please sign in to comment.