From 7f828f4cba38ecb02a5a53bfeb4b46ac6fee45ff Mon Sep 17 00:00:00 2001 From: Takeru Sato Date: Sun, 19 Mar 2023 23:27:57 +0900 Subject: [PATCH] ci: remove user setting --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6dec5e7..edf22a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,10 +13,10 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - name: Setup git user - run: | - git config --global user.email "type.in.type@gmail.com" - git config --global user.name "Takeru Sato" + # - name: Setup git user + # run: | + # git config --global user.email "type.in.type@gmail.com" + # git config --global user.name "Takeru Sato" - run: git submodule update --init --recursive - name: Install rust toolchain stable uses: actions-rs/toolchain@v1