mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
Setup release protector for 5.1 (#53132)
This commit is contained in:
parent
2a63d0dc6f
commit
47d4ac8b44
2
.github/workflows/release-protector.yml
vendored
2
.github/workflows/release-protector.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user