Skip to content

Commit b41ab4b

Browse files
committed
Bug fix
1 parent 068c3b0 commit b41ab4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ echo "---------------- PUBLISH PACKAGE ----------------"
4444

4545
EXTRA_ARGS=
4646

47-
if [[ -z "${UPLOAD_REPO}" ]]; then
47+
if [[ -n "${UPLOAD_REPO}" ]]; then
4848
EXTRA_ARGS="--repository-url ${UPLOAD_REPO} ${EXTRA_ARGS}"
4949
echo "-------- Using repository: ${UPLOAD_REPO}"
5050
fi

0 commit comments

Comments
 (0)