From c7630bb3c1e2c2e7d14d25f573f83d144a08845d Mon Sep 17 00:00:00 2001 From: Duc Nguyen Date: Sun, 29 Jun 2025 14:35:44 +0700 Subject: [PATCH] chore: cleanup --- .github/workflows/create-release-tag.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create-release-tag.yml b/.github/workflows/create-release-tag.yml index d8e231a..c91c98c 100644 --- a/.github/workflows/create-release-tag.yml +++ b/.github/workflows/create-release-tag.yml @@ -29,6 +29,7 @@ jobs: run: | PREVIOUS_TAG=$(git describe --tags --abbrev=0 HEAD~1 2>/dev/null || echo "") echo "previous_tag=$PREVIOUS_TAG" >> $GITHUB_OUTPUT + - name: Create and push tag run: | git config --local user.email "github-actions[bot]@users.noreply.github.com"