From eec0468af7700f0cedc9f7d6412db7456d3ce1aa Mon Sep 17 00:00:00 2001 From: "arun.mohanaselvam" Date: Fri, 17 Apr 2026 22:59:28 +0530 Subject: [PATCH] Initial commit --- .github/workflows/create-tags.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/create-tags.yml b/.github/workflows/create-tags.yml index ad982e1..cde4f6c 100644 --- a/.github/workflows/create-tags.yml +++ b/.github/workflows/create-tags.yml @@ -103,5 +103,7 @@ jobs: TAG: ${{ steps.version.outputs.version_tag }} run: | set -euo pipefail + git config user.name "github-actions-bot" + git config user.email "github-actions-bot@users.noreply.github.com" git tag -a "$TAG" -m "Release $TAG" git push origin "refs/tags/${TAG}"