From 3a41cd7f32420468946aee785de93ac953c10bd5 Mon Sep 17 00:00:00 2001 From: Randolf Jung Date: Tue, 31 May 2022 14:49:26 +0200 Subject: [PATCH] chore: add email and name to pre-release action --- .github/workflows/pre-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 4544aa10..0f1edf0b 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -21,6 +21,8 @@ jobs: IS_PRE_RELEASE=1 npm run doc - name: Commit and push run: | + git config --global user.email "55107282+release-please[bot]@users.noreply.github.com" + git config --global user.name "release-please[bot]" git add -A git commit --amend --no-edit git push -f