Skip to content

Commit 878edb3

Browse files
authored
Update release-rerun.yml
1 parent 41648c0 commit 878edb3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release-rerun.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
git fetch origin ${{github.event.inputs.release_script_ref}} --depth=1
5959
git checkout ${{github.event.inputs.release_script_ref}} -- scripts/release
6060
61+
git config user.name "Yarn Bot"
62+
git config user.email nison.mael+yarnbot@gmail.com
63+
6164
git add .
6265
git commit -m 'Temporary commit for a pristine repository'
6366

0 commit comments

Comments
 (0)