From 3bb7bea6cdf3cbfa08f04db3e34699fcba87ab5a Mon Sep 17 00:00:00 2001 From: Xikaro <0regon.end@gmail.com> Date: Tue, 30 Apr 2024 16:17:49 +0500 Subject: [PATCH] Update release.yml --- .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 2cf144fc7..c87b30c31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -111,8 +111,8 @@ jobs: run: | git submodule init cd mods - git config user.name github-actions - git config user.email github-actions@github.com + git config user.name Xikaro + git config password ${{ secrets.GITHUB_TOKEN }} git submodule update --recursive - name: Export MMC