🚑 Fix referring to $INPUT_VERBOSE var

Resolves #41
This commit is contained in:
Sviatoslav Sydorenko
2020-09-26 00:42:02 +02:00
parent 1f0bcf278d
commit 54b39fb937
+1 -1
View File
@@ -40,7 +40,7 @@ if [[ ${INPUT_SKIP_EXISTING,,} != "false" ]] ; then
TWINE_EXTRA_ARGS=--skip-existing
fi
if [[ ${VERBOSE,,} != "false" ]] ; then
if [[ ${INPUT_VERBOSE,,} != "false" ]] ; then
TWINE_EXTRA_ARGS="--verbose $TWINE_EXTRA_ARGS"
fi