Skip to content

Commit 211b246

Browse files
authored
Merge 0f6b3b1 into e349f30
2 parents e349f30 + 0f6b3b1 commit 211b246

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454

5555
- name: Configure git
5656
run: |
57-
git config user.name kevaundray
58-
git config user.email kevtheappdev@gmail.com
57+
git config user.name noirwhal
58+
git config user.email tomfrench@aztecprotocol.com
5959
6060
- name: Commit updates
6161
run: |
@@ -100,8 +100,8 @@ jobs:
100100

101101
- name: Configure git
102102
run: |
103-
git config --local user.name 'kevaundray'
104-
git config --local user.email 'kevtheappdev@gmail.com'
103+
git config --local user.name noirwhal
104+
git config --local user.email tomfrench@aztecprotocol.com
105105
106106
- name: Commit new documentation version
107107
run: |

0 commit comments

Comments
 (0)