+2
−2
Loading
fix(release): brace ${TAG} before the ellipsis so old bash (3.2) doesn't treat the variable as unbound
macOS ships bash 3.2, which folds the UTF-8 bytes of '…' into the preceding $TAG name (reported as 'TAG?: unbound variable'). Use ${TAG} + ASCII on the two affected echo lines.
Co-Authored-By:
Claude <claude@anthropic.com>