From 47d4ac8b448c6cd02949323cfa2396c0d109d045 Mon Sep 17 00:00:00 2001 From: Bolaji Olajide <25608335+BolajiOlajide@users.noreply.github.com> Date: Fri, 9 Jun 2023 07:41:53 +0100 Subject: [PATCH] Setup release protector for 5.1 (#53132) --- .github/workflows/release-protector.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-protector.yml b/.github/workflows/release-protector.yml index e4225f94994..9d091dba56a 100644 --- a/.github/workflows/release-protector.yml +++ b/.github/workflows/release-protector.yml @@ -16,7 +16,7 @@ jobs: - name: Check if latest release branch exists id: checkout run: | - branch="5.0" + branch="5.1" if curl --silent -I "https://api.github.com/repos/sourcegraph/sourcegraph/git/refs/heads/${branch}" | grep "HTTP/2 200"; then echo "::set-output name=exists::true" else