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 (#4844)
from e.g. https://github.com/spinnaker/orca/actions/runs/13415978286/job/37476832943 Run BRANCHES=$(git branch -r --contains refs/tags/v8.60.0) BRANCHES is ' origin/HEAD -> origin/master origin/master' NUM_BRANCHES is '2' exactly one branch required to release orca, but there are 2 ( origin/HEAD -> origin/master origin/master)
- Loading branch information