From 9ce41377b68fbe8ffab7659596ab567e886a5110 Mon Sep 17 00:00:00 2001 From: "novice.li" Date: Sat, 20 Jan 2024 22:11:00 +0800 Subject: [PATCH] update release action --- .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 a92c1a2..6d80c72 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,8 +44,8 @@ jobs: - name: Set up Git run: | - git config user.email "${{ GITHUB_ACTOR }}@users.noreply.github.com" - git config user.name "${{ GITHUB_ACTOR }}" + git config user.email "novice88@users.noreply.github.com" + git config user.name "novice88" - name: Create Tag run: git tag -a v${{ github.run_number }} -m "Release version v${{ github.run_number }}"