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(core): use grep-o to parse tag_name robustly from compact json
awk -F'"' with $4 fails when github api returns single-line json,
misreading the url field as the version; grep -o matches tag_name
regardless of whitespace or line format
0 commit comments