Skip to content

Commit

Permalink
Merge 0f6b3b1 into e349f30
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Sep 3, 2024
2 parents e349f30 + 0f6b3b1 commit 211b246
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:

- name: Configure git
run: |
git config user.name kevaundray
git config user.email kevtheappdev@gmail.com
git config user.name noirwhal
git config user.email tomfrench@aztecprotocol.com
- name: Commit updates
run: |
Expand Down Expand Up @@ -100,8 +100,8 @@ jobs:

- name: Configure git
run: |
git config --local user.name 'kevaundray'
git config --local user.email 'kevtheappdev@gmail.com'
git config --local user.name noirwhal
git config --local user.email tomfrench@aztecprotocol.com
- name: Commit new documentation version
run: |
Expand Down

0 comments on commit 211b246

Please sign in to comment.