Try adding a git pull
This commit is contained in:
parent
560b733a36
commit
fe1c5e1d99
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -29,5 +29,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git fetch origin
|
git fetch origin
|
||||||
git checkout -b release origin/release
|
git checkout -b release origin/release
|
||||||
|
git pull
|
||||||
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