Skip to content

Commit 40e80c5

Browse files
authored
[CI] Configure Git username/email to github-actions[bot] when comiting version updates
1 parent 00fa069 commit 40e80c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-on-npm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515

1616
- name: Configure Git
1717
run: |
18-
git config --global user.email ""
19-
git config --global user.name "Symfony"
18+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
19+
git config --global user.name "github-actions[bot]"
2020
2121
- name: Extract version from tag
2222
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)