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: Redirect logging to stderr in fetch_release_data
The logging from print_info/print_warning/print_error was going to stdout
and mixing with the JSON response, breaking jq parsing. Now all logging
in fetch_release_data is explicitly redirected to stderr with >&2.
Fixes the "jq: parse error: Invalid numeric literal" issue.
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
0 commit comments