feat(ci): re-enable f37 autoupdate (#400)

wwwwwwwwwww

Signed-off-by: madomado <wboy111@outlook.com>
This commit is contained in:
madomado
2023-04-26 01:33:04 +08:00
committed by GitHub
parent ad1b1a749a
commit c6c71bf749
+8 -5
View File
@@ -39,10 +39,13 @@ jobs:
git config user.signingkey "${{ runner.temp }}/signing_key"
msg="bump: $(git status | grep modified | sed -r 's@.+/([^/]+)/[^/]+\n?@\1 @g' | tr -d '\n')"
git commit -S -a -m "$msg"
# git format-patch HEAD^
# git checkout f37
# git apply *.patch || true
# git add *
# git commit -S -a -m "$msg"
f37 () {
git format-patch HEAD^
git checkout f37
git apply *.patch || true
git add *
git commit -S -a -m "$msg"
}
f37 || true
git push -u origin --all
fi