merge with master not latest
This commit is contained in:
@ -46,7 +46,7 @@ runs:
|
||||
run: |
|
||||
if git ls-remote --exit-code --heads origin latest; then
|
||||
git switch latest
|
||||
git merge latest
|
||||
git merge master
|
||||
else
|
||||
git checkout -b latest
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user