From 68e62d46b6384b798a4a93eb0a27c63a9bcff8ad Mon Sep 17 00:00:00 2001 From: SARDONYX-sard <68905624+SARDONYX-sard@users.noreply.github.com> Date: Fri, 27 Oct 2023 20:54:38 +0900 Subject: [PATCH] fix(ci): fix commit name --- .github/workflows/release-cli.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release-cli.yaml b/.github/workflows/release-cli.yaml index 129d9e8..30928d4 100644 --- a/.github/workflows/release-cli.yaml +++ b/.github/workflows/release-cli.yaml @@ -208,7 +208,5 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 with: branch: main - commit_user_email: 41898282+github-actions[bot]@users.noreply.github.com - commit_author: github-actions[bot] commit_message: "docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]" file_pattern: CHANGELOG.md