Skip to content

Commit 5f772ad

Browse files
committed
add logs
1 parent 2c3e3d9 commit 5f772ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build-and-deploy-to-maven-central.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [[ $VERSION =~ [^(\d+\.)+(RC(\d+)|M(\d+)|RELEASE)$] ]] ; then
1616
# Prepare GPG Key is expected to be in base64
1717
# Exported with gpg -a --export-secret-keys "your@email" | base64 > gpg.base64
1818
#
19-
echo "step 00"
19+
echo "step 000"
2020
echo "${FOR_TEST}" + "${GPG_PASSPHRASE}" + "${SONATYPE_USER}" + "${SONATYPE_PASSWORD}"
2121

2222
echo "step 1"

0 commit comments

Comments
 (0)