Backport update for release script to use ssh.

Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
James Blair 2024-04-03 09:28:31 +13:00
parent cbd0aed094
commit 107412fcf8
No known key found for this signature in database

View File

@ -61,7 +61,7 @@ main() {
REPOSITORY=$(pwd)
BRANCH=$(git rev-parse --abbrev-ref HEAD)
else
REPOSITORY=${REPOSITORY:-"https://github.com/etcd-io/etcd.git"}
REPOSITORY=${REPOSITORY:-"git@github.com:etcd-io/etcd.git"}
BRANCH=${BRANCH:-"release-${MINOR_VERSION}"}
fi