Skip to content

Commit e235db3

Browse files
committed
Add git config user/email for alpha releases
1 parent 787e6ce commit e235db3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-stage-2-alpha.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
- name: ⤴️ Update version
4747
id: version
4848
run: |
49+
git config --local user.email "[email protected]"
50+
git config --local user.name "Remix Run Bot"
4951
SHORT_SHA=$(git rev-parse --short HEAD)
5052
NEXT_VERSION=0.0.0-alpha-${SHORT_SHA}
5153
git checkout -b alpha/${NEXT_VERSION}

0 commit comments

Comments
 (0)