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 2c3e3d9 commit 5f772adCopy full SHA for 5f772ad
ci/build-and-deploy-to-maven-central.sh
@@ -16,7 +16,7 @@ if [[ $VERSION =~ [^(\d+\.)+(RC(\d+)|M(\d+)|RELEASE)$] ]] ; then
16
# Prepare GPG Key is expected to be in base64
17
# Exported with gpg -a --export-secret-keys "your@email" | base64 > gpg.base64
18
#
19
- echo "step 00"
+ echo "step 000"
20
echo "${FOR_TEST}" + "${GPG_PASSPHRASE}" + "${SONATYPE_USER}" + "${SONATYPE_PASSWORD}"
21
22
echo "step 1"
0 commit comments