From 47bf9a8f668e32c1a9d2b4ff2e6fc18180a9219d Mon Sep 17 00:00:00 2001 From: Rinne Date: Sun, 31 Mar 2024 21:54:40 +0800 Subject: [PATCH] fix ci --- .github/workflows/release-patch.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-patch.yml b/.github/workflows/release-patch.yml index b777a39e..1dafcfa4 100644 --- a/.github/workflows/release-patch.yml +++ b/.github/workflows/release-patch.yml @@ -20,7 +20,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 + - name: Configure Git Credentials + run: | + git config user.name github-actions[bot] + git config user.email 41898282+github-actions[bot]@users.noreply.github.com - name: Setup NuGet uses: nuget/setup-nuget@v1 with: