You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The release CI crashes when outputting the multiline string for the release notes. We should use a "here document" like <<<EOF to escape the mulitline string.
Description
The release CI crashes when outputting the multiline string for the release notes. We should use a "here document" like
<<<EOF
to escape the mulitline string.CI crashing: https://github.com/sigp/lighthouse/actions/runs/3537291461
Fix (option 2): https://trstringer.com/github-actions-multiline-strings/
Testing will require running the release flow on a dummy release on someone's fork.
Version
Should be fixed before v3.4.0
The text was updated successfully, but these errors were encountered: