From c851decd7b4e9a9fe5e0fec0298a8939b5a60e39 Mon Sep 17 00:00:00 2001 From: Naji Astier Date: Sat, 30 Nov 2024 16:51:25 +0100 Subject: [PATCH] ci: change the git user used for release commits --- .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 70d18d3..49ffa31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,8 +32,8 @@ jobs: run: npm clean-install - name: 'Setup git' run: | - git config --global user.email "35898099+Fabio1988@users.noreply.github.com" - git config --global user.name "Release bot" + git config --global user.email "UnownWizard@unownhash.local" + git config --global user.name "Unown Wizard" - name: 'Release app' run: npx nx release --skip-publish env: