[3.4] Backport cherry-pick of #14860: Trigger release in current branch for github workflow case

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
This commit is contained in:
Benjamin Wang
2022-11-26 19:17:52 +08:00
committed by ArkaSaha30
parent f9a4a471a0
commit 49d05f88c3
3 changed files with 65 additions and 20 deletions

View File

@ -6,7 +6,7 @@ source ./scripts/test_lib.sh
VER=$1
PROJ="etcd"
REPOSITORY="${REPOSITORY:-https://github.com/etcd-io/etcd.git}"
REPOSITORY="${REPOSITORY:-git@github.com:etcd-io/etcd.git}"
if [ -z "$1" ]; then
echo "Usage: ${0} VERSION" >> /dev/stderr