We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2413f commit 7f0d1ddCopy full SHA for 7f0d1dd
1 file changed
.github/workflows/release.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Set up Git
91
run: |
92
git config --global user.name "Wasp Bot"
93
- git config --global user.email "waspbot@waspcripts.com"
+ git config --global user.email "waspbot@waspscripts.com"
94
95
- name: Recreate release branch
96
@@ -136,7 +136,7 @@ jobs:
136
137
138
139
140
141
- name: Get current date
142
id: date
0 commit comments