We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c3f07 commit e521fbcCopy full SHA for e521fbc
.github/workflows/release.yml
@@ -60,12 +60,13 @@ jobs:
60
id: perform_release
61
env:
62
AUTO_RELEASE: ${{ vars.AUTO_RELEASE }}
63
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
64
run: >-
65
mvn
66
--batch-mode
67
"-Dgoals=deploy"
68
"-DreleaseProfiles=release,-examples"
- "-Darguments=-Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} -DrepoBaseUrl=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}"
69
+ "-Darguments=-Dgpg.useagent=false -DrepoBaseUrl=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}"
70
"-Dusername=${{ github.actor }}"
71
"-Dpassword=${{ secrets.GITHUB_TOKEN }}"
72
"-DrepoBaseUrl=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}"
0 commit comments