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: replace mapfile with bash 3.2-compatible read loop in release-draft (#711)
macOS runners ship /bin/bash 3.2 which lacks the mapfile builtin
(introduced in bash 4.0), causing the "Update version in all podspecs"
step to fail with exit code 127.
0 commit comments