We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e56f8 commit 924311bCopy full SHA for 924311b
1 file changed
.github/workflows/release.yml
@@ -78,7 +78,13 @@ jobs:
78
server-password: OSSRH_TOKEN
79
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
80
gpg-passphrase: MAVEN_GPG_PASSPHRASE
81
-
+
82
+ - name: Import GPG Key
83
+ uses: crazy-max/ghaction-import-gpg@v1
84
+ env:
85
+ GPG_PRIVATE_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
86
+ PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
87
88
- name: Update the POM version.
89
run: mvn -B versions:set -DnewVersion='${{ env.RELEASE_VERSION }}' --file pom.xml -DskipTests
90
0 commit comments