diff --git a/.kokoro/release.sh b/.kokoro/release.sh index 59580d66..c6e1ee05 100644 --- a/.kokoro/release.sh +++ b/.kokoro/release.sh @@ -53,6 +53,7 @@ setup_environment_secrets # Pick the right package to release based on the Kokoro job name. cd ${KOKORO_ARTIFACTS_DIR}/github/functions-framework-java create_settings_xml_file "settings.xml" +cat settings.xml echo "KOKORO_JOB_NAME=${KOKORO_JOB_NAME}" if [[ $KOKORO_JOB_NAME == *"function-maven-plugin"* ]]; then cd function-maven-plugin