MetaMask / action-publish-release

MIT License
13 stars 6 forks source link

Output release notes to an environment variable #6

Closed rekmarks closed 3 years ago

rekmarks commented 3 years ago

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.