Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: configure ssh key before using git
In #65555 we added check to make sure we don't try to push the same tag twice. The `git ls-remote` command, which uses `ssh://` was missing a step that configures the SSH key. This patch configures SSH earlier in the process. Release note: None
- Loading branch information