The release notes are multiple lines, and can't simply be passed as a positional argument to the create-github-release.sh Bash script. This PR outputs the release notes to an environment variable instead of a step output, which ought to solve the problem.
The release notes are multiple lines, and can't simply be passed as a positional argument to the
create-github-release.sh
Bash script. This PR outputs the release notes to an environment variable instead of a step output, which ought to solve the problem.