We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41648c0 commit 878edb3Copy full SHA for 878edb3
1 file changed
.github/workflows/release-rerun.yml
@@ -58,6 +58,9 @@ jobs:
58
git fetch origin ${{github.event.inputs.release_script_ref}} --depth=1
59
git checkout ${{github.event.inputs.release_script_ref}} -- scripts/release
60
61
+ git config user.name "Yarn Bot"
62
+ git config user.email nison.mael+yarnbot@gmail.com
63
+
64
git add .
65
git commit -m 'Temporary commit for a pristine repository'
66
0 commit comments