Skip to content
This repository was archived by the owner on Jul 13, 2025. It is now read-only.

Commit 7106669

Browse files
authored
Update sync_tag.yaml
Signed-off-by: Mmx <36563672+Mmx233@users.noreply.github.com>
1 parent 9ea6126 commit 7106669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync_tag.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
- name: Add tag
3737
if: ${{ steps.compare.outputs.Version != null }}
3838
run: |
39-
git config --local user.email "green.dusk8264@fastmail.com"
39+
git config --local user.email "36563672+Mmx233@users.noreply.github.com"
4040
git config --local user.name "GitHub Action"
4141
git tag -a ${{ steps.compare.outputs.Version }} -m "release ${{ steps.compare.outputs.Version }}"
4242
4343
- name: Push tags
4444
if: ${{ steps.compare.outputs.Version != null }}
4545
uses: ad-m/github-push-action@master
4646
with:
47-
branch: main
47+
branch: main

0 commit comments

Comments
 (0)