Check out the correct release branch
This commit is contained in:
parent
c049246fe3
commit
560b733a36
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -28,6 +28,6 @@ jobs:
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
run: |
|
run: |
|
||||||
git fetch origin
|
git fetch origin
|
||||||
git checkout -b release
|
git checkout -b release origin/release
|
||||||
git merge --no-ff origin/main
|
git merge --no-ff origin/main
|
||||||
git push origin release
|
git push origin release
|
Loading…
Add table
Reference in a new issue