From 3a3ec498d8976e74f5dd829c413c1d446e738df7 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 22 Mar 2023 14:38:48 -0600 Subject: [PATCH] Update sync-release-version.yml --- .github/workflows/sync-release-version.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index e2cd5daad21..9418a581ce5 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -19,6 +19,8 @@ jobs: - name: Generate new tag id: generate-tag run: | + git config --local user.email "github-actions[bot]@users.noreply.github.com" + git config --local user.name "github-actions[bot]" git tag -a ${{ steps.branch-name.outputs.tag }}-sec -m "Security release for ${{ steps.branch-name.outputs.tag }}" - name: Push tag