aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/release
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/release')
-rwxr-xr-xscripts/release/release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release/release.sh b/scripts/release/release.sh
index b73a2cefa5..1333b18e4a 100755
--- a/scripts/release/release.sh
+++ b/scripts/release/release.sh
@@ -19,7 +19,7 @@
set -eu
# Repositories to push the release branch and the release tag.
-: ${RELEASE_REPOSITORIES:="https://github.com/bazelbuild/bazel"}
+: ${RELEASE_REPOSITORIES:="git@github.com:bazelbuild/bazel"}
# Repositories to push the master branch
: ${MASTER_REPOSITORIES:="https://bazel.googlesource.com/bazel"}