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 homebrew-release workflow for retags and fork URLs (#1155)
The URL/SHA update patterns only matched MFlowCode/MFC URLs, so the
workflow failed when the formula temporarily pointed at a fork (e.g.
during testing). Also, the commit step failed when the formula was
already up to date (retag scenario). Broaden the URL patterns and
skip the push gracefully when there are no changes.
0 commit comments