From 9c3a1478acd938be2187d556ba19d5be1e0c3f58 Mon Sep 17 00:00:00 2001 From: Aleksei Potsetsuev Date: Mon, 9 Sep 2024 21:39:17 +0800 Subject: [PATCH] ci: commit as github actions bot --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb85381..23d8fb7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,8 +48,8 @@ jobs: run: yarn test:ci - run: | - git config user.name github-actions - git config user.email github-actions@github.com + git config user.name 'github-actions[bot]' + git config user.email 'github-actions[bot]@users.noreply.github.com' - name: Run ci:prepublish env: