From ffcf610921f046454577ee0a007f6debf3b814d4 Mon Sep 17 00:00:00 2001 From: elmagnifico Date: Fri, 27 May 2022 17:45:10 +0800 Subject: [PATCH] update action --- .github/workflows/create-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 2be5f508..3106b241 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -73,8 +73,8 @@ jobs: - name: Update releases branch run: | git fetch origin - git config user.name 'ItzRabbs' - git config user.email '1294559+ItzRabbs@users.noreply.github.com' + git config user.name 'elmagnifico' + git config user.email 'elmagnifico@users.noreply.github.com' git reset --hard git clean -fd git checkout releases