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 }}"