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
fix: use heredoc for VSX release notes to avoid YAML syntax error
Triple backticks in the inline string broke YAML parsing. Use a heredoc
piped to a temp file instead, matching the pattern used elsewhere in the
workflow.
0 commit comments