Setup release protector for 5.1 (#53132)

This commit is contained in:
Bolaji Olajide 2023-06-09 07:41:53 +01:00 committed by GitHub
parent 2a63d0dc6f
commit 47d4ac8b44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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