Skip to content

Commit 07cea1c

Browse files
Adds gpg private key (#9)
1 parent a96cae0 commit 07cea1c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
distribution: 'temurin'
2222
server-id: github
2323
settings-path: ${{ github.workspace }}
24+
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
25+
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2426

2527
- name: Publish to GitHub Packages
2628
run: mvn --batch-mode -Drevision=${{ github.event.release.tag_name }} -Dsha1= -Dchangelist= clean deploy -Ppublish-github-packages

0 commit comments

Comments
 (0)