Skip to content

Commit d227e95

Browse files
committed
chore: update scripts/publish.sh
1 parent 5950249 commit d227e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fi
2323

2424
declare force_upload=""
2525

26-
if [[ "${LUAROCKS_UPLOAD_FORCE}" = "true" ]]; then
26+
if [[ "${LUAROCKS_UPLOAD_FORCE:-"false"}" = "true" ]]; then
2727
force_upload="--force"
2828
fi
2929

0 commit comments

Comments
 (0)