Skip to content

Commit

Permalink
ci: change ci bot (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooohhn authored Oct 14, 2020
1 parent 51d5d43 commit 34dad1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
name: Release
runs-on: ubuntu-18.04
needs: [authorize]
env:
GIT_AUTHOR_NAME: amplitude-sdk-bot
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_NAME: amplitude-sdk-bot
GIT_COMMITTER_EMAIL: [email protected]

steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit 34dad1c

Please sign in to comment.