From cbb11db1b847ac9c244ff2739c62a0493b7eff44 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Tue, 27 May 2025 17:45:11 +0200 Subject: [PATCH] ci: fix 'empty ident name' when publishing --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 98cc5fcd9..3d0198b7d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -661,6 +661,8 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_CONFIG_PROVENANCE: true run: | + git config user.email 'github-actions[bot]' + git config user.name 'github-actions[bot]@users.noreply.github.com' yarn nx release autobot: name: "Autobot"