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 deploy workflow
Contrary to what was expected, omitting the SHA for the release defaults to `master`, instead of the SHA that triggered the workflow.
This caused the last two releases to actually commit from `master`. 🤦