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 068c3b0 commit b41ab4bCopy full SHA for b41ab4b
entrypoint.sh
@@ -44,7 +44,7 @@ echo "---------------- PUBLISH PACKAGE ----------------"
44
45
EXTRA_ARGS=
46
47
-if [[ -z "${UPLOAD_REPO}" ]]; then
+if [[ -n "${UPLOAD_REPO}" ]]; then
48
EXTRA_ARGS="--repository-url ${UPLOAD_REPO} ${EXTRA_ARGS}"
49
echo "-------- Using repository: ${UPLOAD_REPO}"
50
fi
0 commit comments