The following workflow run was triggered by a release of tag 2.49.0
: https://github.com/acquia/cli/actions/runs/17976201460/job/51130266586
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.
The previous workflow ran fine and checked out the tag as expected. We changed nothing about the workflow in the interim, and the action versions all appear to be identical: https://github.com/acquia/cli/actions/runs/17642200056/job/50131640559
