ci: auto release desktop

This commit is contained in:
Andy Hsu
2023-03-06 17:55:05 +08:00
parent 0d5c3c5080
commit 07b8ff25a7
3 changed files with 30 additions and 3 deletions

View File

@ -54,7 +54,7 @@ jobs:
cd alist-web
git add .
git config --local user.email "i@nn.ci"
git config --local user.name "Noah Hsu"
git config --local user.name "Andy Hsu"
git commit -m "chore: auto update i18n file" -a 2>/dev/null || :
cd ..