We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33dbc41 commit 4aafe4aCopy full SHA for 4aafe4a
.circleci/config.yml
@@ -50,6 +50,9 @@ jobs:
50
chmod +x maven-release.sh
51
echo ${GPG_PRIVATE_KEY} | base64 --decode -i | gpg2 --import --passphrase ${MAVEN_GPG_PASSPHRASE}
52
gpg --export-secret-keys > ~/.gnupg/secring.gpg --passphrase ${MAVEN_GPG_PASSPHRASE}
53
+ - add_ssh_keys:
54
+ fingerprints:
55
+ - "SHA256:DxJdrq04MBBofWkHQGzUbFqVRKD18udZp4+1ZQtO74Q"
56
- run:
57
name: Run Maven release
58
command: ./maven-release.sh
0 commit comments