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 db87284 commit caa6e50Copy full SHA for caa6e50
.github/workflows/release.yml
@@ -31,6 +31,8 @@ jobs:
31
with:
32
java-version: '21'
33
distribution: 'adopt'
34
+ gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
35
+ gpg-passphrase: MAVEN_GPG_PASSPHRASE
36
37
- name: Configure git
38
run: |
@@ -40,6 +42,7 @@ jobs:
40
42
- name: Prepare Release
41
43
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
46
47
MVN_ARGS=""
48
if [ -n "${{ github.event.inputs.releaseVersion }}" ]; then
0 commit comments