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 YAML syntax error in release workflow: use shell: python3 instead of heredoc
The Python heredoc body started at column 0, causing YAML to terminate
the run: literal block early and fail to parse. Use shell: python3 {0}
to run the verification step as a native Python script.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments