We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d5d43 commit 34dad1cCopy full SHA for 34dad1c
.github/workflows/release.yml
@@ -25,6 +25,12 @@ jobs:
25
name: Release
26
runs-on: ubuntu-18.04
27
needs: [authorize]
28
+ env:
29
+ GIT_AUTHOR_NAME: amplitude-sdk-bot
30
+ GIT_AUTHOR_EMAIL: amplitude-sdk-bot@users.noreply.github.com
31
+ GIT_COMMITTER_NAME: amplitude-sdk-bot
32
+ GIT_COMMITTER_EMAIL: amplitude-sdk-bot@users.noreply.github.com
33
+
34
steps:
35
- name: Checkout
36
uses: actions/checkout@v1
0 commit comments