🐛 Add and commit changes for autoupdate

Refs: #8
This commit is contained in:
Marcel Kapfer 2023-07-19 23:40:42 +02:00
parent 618ed2bb5c
commit ac512f5bde
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 3 additions and 0 deletions

View File

@ -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