Skip to content

Commit

Permalink
Merge pull request #18888 from jmhbnz/release-3.4
Browse files Browse the repository at this point in the history
[3.4] Backport updating release script to use ssh
  • Loading branch information
ahrtr authored Nov 13, 2024
2 parents f893034 + 3666ecd commit 435ac80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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

Expand Down

0 comments on commit 435ac80

Please sign in to comment.