Remove Git user configuration in release workflow

This commit is contained in:
Aman Varshney
2025-03-20 15:45:18 +05:30
parent 019447422b
commit 938ddda351

View File

@@ -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: