We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96cae0 commit 07cea1cCopy full SHA for 07cea1c
1 file changed
.github/workflows/release.yaml
@@ -21,6 +21,8 @@ jobs:
21
distribution: 'temurin'
22
server-id: github
23
settings-path: ${{ github.workspace }}
24
+ gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
25
+ gpg-passphrase: MAVEN_GPG_PASSPHRASE
26
27
- name: Publish to GitHub Packages
28
run: mvn --batch-mode -Drevision=${{ github.event.release.tag_name }} -Dsha1= -Dchangelist= clean deploy -Ppublish-github-packages
0 commit comments