From 938ddda351d79ded1d79f99a4b833f0ab7bf0dd6 Mon Sep 17 00:00:00 2001 From: Aman Varshney Date: Thu, 20 Mar 2025 15:45:18 +0530 Subject: [PATCH] Remove Git user configuration in release workflow --- .github/workflows/release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f3f0ba6..14143a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,11 +26,6 @@ jobs: - name: Install Dependencies run: bun install - - name: Configure Git - run: | - git config --global user.name 'Aman Varshney' - git config --global user.email 'amanvarshney.work@gmail.com' - - name: Create Release Pull Request or Publish uses: changesets/action@v1 with: