Skip to content

Commit

Permalink
Add quotes around release notes argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingurney authored and sgilmore10 committed Apr 2, 2024
1 parent ee9c171 commit 6f6d67d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/release/05-binary-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
fi

0 comments on commit 6f6d67d

Please sign in to comment.