From d472fe310ff4364c4cdb099a75328f3a8f9758bd Mon Sep 17 00:00:00 2001 From: Noopur Singh Date: Thu, 13 Nov 2025 22:44:15 +0530 Subject: [PATCH] fix indentation error --- .github/workflows/auto-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index ef5233e..9a3e82b 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -57,6 +57,7 @@ jobs: fi - name: Create and push git tags + id: create_tags run: | git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" @@ -111,4 +112,4 @@ jobs: draft: false prerelease: false env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}