We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b773ef commit f4f01c5Copy full SHA for f4f01c5
.github/workflows/maven-central-release.yml
@@ -78,3 +78,6 @@ jobs:
78
close: true
79
release: true
80
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