From 6f6d67d77340c57af15cb62d5e509f9e3503a15b Mon Sep 17 00:00:00 2001 From: Kevin Gurney Date: Mon, 1 Apr 2024 17:09:34 -0400 Subject: [PATCH] Add quotes around release notes argument. --- dev/release/05-binary-upload.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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