Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gha): fix branch detection error (#6350)
from e.g. https://github.com/spinnaker/clouddriver/actions/runs/13418069226/job/37483771864 Run BRANCHES=$(git branch -r --contains refs/tags/v5.91.0) BRANCHES is ' origin/HEAD -> origin/master origin/master' NUM_BRANCHES is '2' exactly one branch required to release clouddriver, but there are 2 ( origin/HEAD -> origin/master origin/master)
- Loading branch information