Skip to content

Commit 48a49b9

Browse files
committed
Update user.email in git config in publish.yml
1 parent 4e14dd5 commit 48a49b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147

148148
- name: Configure git
149149
run: |
150-
git config --local user.email "nikhilidiculla+simd_math_github_action@gmail.com"
150+
git config --local user.email "nikhilidiculla@gmail.com"
151151
git config --local user.name "Nikhil Idiculla (via GitHub Actions)"
152152
153153
- name: Commit version bump (but don't push yet)

0 commit comments

Comments
 (0)