Skip to content

Commit 7f0d1dd

Browse files
committed
fix: gh action email typo
1 parent 8c2413f commit 7f0d1dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Set up Git
9191
run: |
9292
git config --global user.name "Wasp Bot"
93-
git config --global user.email "waspbot@waspcripts.com"
93+
git config --global user.email "waspbot@waspscripts.com"
9494
9595
- name: Recreate release branch
9696
run: |
@@ -136,7 +136,7 @@ jobs:
136136
- name: Set up Git
137137
run: |
138138
git config --global user.name "Wasp Bot"
139-
git config --global user.email "waspbot@waspcripts.com"
139+
git config --global user.email "waspbot@waspscripts.com"
140140
141141
- name: Get current date
142142
id: date

0 commit comments

Comments
 (0)