Skip to content

Commit 54b39fb

Browse files
committed
🚑 Fix referring to $INPUT_VERBOSE var
Resolves #41
1 parent 1f0bcf2 commit 54b39fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twine-upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if [[ ${INPUT_SKIP_EXISTING,,} != "false" ]] ; then
4040
TWINE_EXTRA_ARGS=--skip-existing
4141
fi
4242

43-
if [[ ${VERBOSE,,} != "false" ]] ; then
43+
if [[ ${INPUT_VERBOSE,,} != "false" ]] ; then
4444
TWINE_EXTRA_ARGS="--verbose $TWINE_EXTRA_ARGS"
4545
fi
4646

0 commit comments

Comments
 (0)