Skip to content

Commit 34dad1c

Browse files
authored
ci: change ci bot (#308)
1 parent 51d5d43 commit 34dad1c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
name: Release
2626
runs-on: ubuntu-18.04
2727
needs: [authorize]
28+
env:
29+
GIT_AUTHOR_NAME: amplitude-sdk-bot
30+
GIT_AUTHOR_EMAIL: [email protected]
31+
GIT_COMMITTER_NAME: amplitude-sdk-bot
32+
GIT_COMMITTER_EMAIL: [email protected]
33+
2834
steps:
2935
- name: Checkout
3036
uses: actions/checkout@v1

0 commit comments

Comments
 (0)