Skip to content

Commit a875f23

Browse files
committed
ci: add github-actions[bot] git identity
1 parent 3700438 commit a875f23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-tag.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
env:
7878
VERSION: ${{ steps.version.outputs.next }}
7979
run: |
80+
git config user.name "github-actions[bot]"
81+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
8082
git tag -a "$VERSION" -m "Release $VERSION"
8183
git push origin "$VERSION"
8284

0 commit comments

Comments
 (0)