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 0c75b55 commit 26f29f3Copy full SHA for 26f29f3
.github/workflows/release.yml
@@ -30,6 +30,8 @@ jobs:
30
server-id: ossrh
31
server-username: MAVEN_USERNAME
32
server-password: MAVEN_PASSWORD
33
+ gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
34
+ gpg-passphrase: MAVEN_GPG_PASSPHRASE
35
36
- name: Update the POM version.
37
run: mvn -B versions:set -DnewVersion='${{ env.RELEASE_VERSION }}' --file pom.xml -DskipTests
@@ -39,3 +41,4 @@ jobs:
39
41
env:
40
42
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
43
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
44
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
0 commit comments