parent
618ed2bb5c
commit
ac512f5bde
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ if [ "$autoupdate" = "n" ]; then
|
|||
exit
|
||||
fi
|
||||
|
||||
git add -A
|
||||
git commit -m "Upstream version $new"
|
||||
|
||||
git switch main
|
||||
git merge --ff-only version-"$new"
|
||||
git push origin main
|
||||
|
|
Loading…
Reference in a new issue