Skip to content

Commit

Permalink
Fix GPG signing
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Jul 24, 2023
1 parent a5442ff commit 2088c1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .jfrog-pipelines/release/pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ pipelines:
# Publish to Maven Central
- echo $int_mvn_central_signingKey | base64 -d > ~/private.key
- gpg --batch --import ~/private.key

- gpg --list-keys
- gpg --list-signatures
- >
OSSRH_USERNAME=$int_mvn_central_user
OSSRH_PASSWORD=$int_mvn_central_password
Expand Down

0 comments on commit 2088c1a

Please # to comment.