Skip to content

Commit 84611a9

Browse files
authored
ci: use vercel release bot (#74)
1 parent 426eb0f commit 84611a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/version-bump.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141

4242
- name: Configure Git
4343
run: |
44-
git config --global user.name "github-actions[bot]"
45-
git config --global user.email "github-actions[bot]@users.noreply.github.com"
44+
git config --global user.name "vercel-release-bot"
45+
git config --global user.email "infra+release@vercel.com"
4646
4747
- name: Install dependencies
4848
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)