ci: change auto commit user [skip ci]

This commit is contained in:
Andy Hsu
2023-08-05 14:57:08 +08:00
parent 6c1c7e5cc0
commit 3686075a7f
4 changed files with 8 additions and 8 deletions

View File

@ -56,8 +56,8 @@ jobs:
- name: Add tag
run: |
git config --local user.email "i@nn.ci"
git config --local user.name "Andy Hsu"
git config --local user.email "bot@nn.ci"
git config --local user.name "IlaBot"
git tag -a ${{ github.ref_name }} -m "release ${{ github.ref_name }}"
- name: Push tags