自動更新版本號

This commit is contained in:
踢低吸 2022-08-31 08:32:53 +00:00
parent 65f5089841
commit b1b6416521

View File

@ -29,3 +29,12 @@ jobs:
for added_modified_file in "${added_modified_files[@]}"; do
python auto_update_version.py
done
- name: Commit files
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add *.txt
git commit -m "🤖 自動更新 版本號"
- name: Push changes
uses: ad-m/github-push-action@master