Skip to content

Commit 331ff92

Browse files
committed
Updated deploy.yml
1 parent 998e682 commit 331ff92

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
- name: Install dependencies
2727
run: make install-deploy
2828

29+
- name: Setup git
30+
run: |
31+
git config --local user.email "github-actions[bot]@users.noreply.github.com"
32+
git config --local user.name "github-actions[bot]"
33+
2934
- name: bumpversion
3035
run: |
3136
make increase-version PART="${{ steps.semver-diff.outputs.release_type }}"

0 commit comments

Comments
 (0)