Skip to content

Commit 614b85b

Browse files
committed
Add commiter information to the bump commit.
1 parent 349d8a2 commit 614b85b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
# Bump the release in code.
4040
- name: Bump release
4141
run: |
42+
git config --local user.email "landobot@lando.dev"
43+
git config --local user.name ${{ github.event.release.author.login }}
4244
yarn run bundle-dependencies update
4345
yarn run bump --all --push "${{ github.event.release.tag_name }}"
4446

0 commit comments

Comments
 (0)