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
In the actions/checkout@v5 step, instead of checking out the tag as expected, it checked out the commit associated with the tag as a detached HEAD. This caused subsequent steps depending on that release tag to fail.