Skip to content

Commit 385fa4f

Browse files
authored
Add git config for bump workflow (#199)
1 parent 545d7dd commit 385fa4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bump.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ jobs:
1919
- name: Tag and push
2020
shell: bash
2121
run: |
22+
git config user.name github-actions
23+
git config user.email [email protected]
2224
git tag -a -f ${{ github.event.client_payload.package_version }} -m "${{ github.event.client_payload.package_version }}"
2325
git push -f origin ${{ github.event.client_payload.package_version }}

0 commit comments

Comments
 (0)