diff options
-rw-r--r-- | .github/workflows/setup_git.ps1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/setup_git.ps1 b/.github/workflows/setup_git.ps1 index f54e05ab9d..d68f90a7ae 100644 --- a/.github/workflows/setup_git.ps1 +++ b/.github/workflows/setup_git.ps1 @@ -9,5 +9,4 @@ git config --global core.longpaths true if ($(git branch --show-current) -ne "develop") { git branch develop origin/develop - git branch releases/v0.18 origin/releases/v0.18 } |