Skip to content

Commit

Permalink
[release] wip on release code
Browse files Browse the repository at this point in the history
  • Loading branch information
meronbrouwer committed Dec 16, 2024
1 parent 33ef8f5 commit 6048aca
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 @@ -43,7 +43,7 @@ jobs:
gpg_private_key: ${{ secrets.OSSRH_GPG_SECRET_KEY }}

- name: Build Project for release
run: xvfb-run mvn package -P release -Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
run: xvfb-run mvn package -P release -Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} -Dgpg.executable=gpg

- name: Set up Apache Maven Central
uses: actions/[email protected]
Expand Down

0 comments on commit 6048aca

Please sign in to comment.