Skip to content

Commit d39fa6e

Browse files
chore: update git config in release workflow
1 parent 0f57a93 commit d39fa6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- name: Create and push tag
3030
if: steps.version.outputs.version != ''
3131
run: |
32-
git config --local user.email "github-actions[bot]@users.noreply.github.com"
33-
git config --local user.name "github-actions[bot]"
32+
git config --local user.email "amanvarshney.work@gmail.com"
33+
git config --local user.name "Aman Varshney"
3434
# Check if tag exists before creating
3535
if ! git rev-parse "v${{ steps.version.outputs.version }}" >/dev/null 2>&1; then
3636
git tag -a "v${{ steps.version.outputs.version }}" -m "Release v${{ steps.version.outputs.version }}"

0 commit comments

Comments
 (0)