Just directly merge main
This commit is contained in:
parent
c49cdffc4f
commit
c049246fe3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -29,5 +29,5 @@ jobs:
|
|||
run: |
|
||||
git fetch origin
|
||||
git checkout -b release
|
||||
git merge --no-ff origin/${{ github.ref }}
|
||||
git merge --no-ff origin/main
|
||||
git push origin release
|
Loading…
Add table
Reference in a new issue