diff --git a/dev/release/05-binary-upload.sh b/dev/release/05-binary-upload.sh index 7692f5bd3ab3d..0ba631905cf75 100755 --- a/dev/release/05-binary-upload.sh +++ b/dev/release/05-binary-upload.sh @@ -149,6 +149,6 @@ if [ ${UPLOAD_MATLAB} -gt 0 ]; then ${mltbx_file} \ --prerelease \ --target ${target_branch} \ - --notes ${release_notes} \ + --notes "${release_notes}" \ --repo ${repository} -fi \ No newline at end of file +fi