We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b510fcc commit f7b7e75Copy full SHA for f7b7e75
.github/workflows/release.yml
@@ -23,6 +23,8 @@ jobs:
23
with:
24
distribution: liberica
25
java-version: 17
26
+ gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
27
+ gpg-passphrase: MAVEN_GPG_PASSPHRASE
28
29
- name: Set version in POM
30
run: ./mvnw versions:set -DnewVersion=${{ github.event.release.tag_name }}
@@ -34,6 +36,7 @@ jobs:
34
36
run: ./mvnw deploy -Pgithub
35
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
40
41
- name: Set up Apache Maven Central
42
uses: actions/setup-java@v4
0 commit comments