Skip to content

Commit f4f01c5

Browse files
committed
Add pgp signing in maven-central-release.yml
Signed-off-by: Mahmoud Ben Hassine <[email protected]>
1 parent 1b773ef commit f4f01c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/maven-central-release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,6 @@ jobs:
7878
close: true
7979
release: true
8080
generate-checksums: true
81+
pgp-sign: true
82+
pgp-sign-passphrase: ${{ secrets.GPG_PASSPHRASE }}
83+
pgp-sign-private-key: ${{ secrets.GPG_PRIVATE_KEY }}

0 commit comments

Comments
 (0)