We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426eb0f commit 84611a9Copy full SHA for 84611a9
.github/workflows/version-bump.yml
@@ -41,8 +41,8 @@ jobs:
41
42
- name: Configure Git
43
run: |
44
- git config --global user.name "github-actions[bot]"
45
- git config --global user.email "github-actions[bot]@users.noreply.github.com"
+ git config --global user.name "vercel-release-bot"
+ git config --global user.email "infra+release@vercel.com"
46
47
- name: Install dependencies
48
run: pnpm install --frozen-lockfile
0 commit comments