We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git config
1 parent 4e14dd5 commit 48a49b9Copy full SHA for 48a49b9
1 file changed
.github/workflows/publish.yml
@@ -147,7 +147,7 @@ jobs:
147
148
- name: Configure git
149
run: |
150
- git config --local user.email "nikhilidiculla+simd_math_github_action@gmail.com"
+ git config --local user.email "nikhilidiculla@gmail.com"
151
git config --local user.name "Nikhil Idiculla (via GitHub Actions)"
152
153
- name: Commit version bump (but don't push yet)
0 commit comments