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: Version validation whitespace bug causing false mismatches
The grep/sed extraction wasn't stripping trailing whitespace/CR/LF properly.
Both versions were '1.6.0' but bash saw them as different strings.
Added 'tr -d \r\n | xargs' to both workflows to strip ALL whitespace.
This prevents the endless retag cycle from whitespace bugs.
0 commit comments