Skip to content

Commit

Permalink
[bugfix] Added the -e flag to the mvn deply to figure out why its fai…
Browse files Browse the repository at this point in the history
…ling
  • Loading branch information
meronbrouwer committed Dec 15, 2023
1 parent 3d37ee9 commit 9bfbe4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
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
run: mvn -e deploy -P release -DskipTests -Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} -Dgpg.executable=gpg
env:
MAVEN_CENTRAL_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
MAVEN_CENTRAL_PASSWORD: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
Expand Down

0 comments on commit 9bfbe4b

Please sign in to comment.