Skip to content

Commit 9f7e23e

Browse files
authored
Setup Git user in release-pr workflow (#493)
1 parent 10ea96d commit 9f7e23e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ jobs:
6969
- name: Build
7070
run: yarn build
7171

72+
- name: Setup Git user
73+
run: |
74+
git config --global user.name "github-actions[bot]"
75+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
76+
7277
- name: Release snapshot version
7378
run: yarn run release:pr
7479

0 commit comments

Comments
 (0)