Browse Source

ci(release): Remove obsolete GIT_*_NAME and EMAIL env vars (#22096)

These became obsolete with the introduction of `set-git-user` step.
Burak Yigit Kaya 4 years ago
parent
commit
7d79492239
1 changed files with 0 additions and 3 deletions
  1. 0 3
      .github/workflows/release.yml

+ 0 - 3
.github/workflows/release.yml

@@ -59,9 +59,6 @@ jobs:
           version: ${{ env.RELEASE_VERSION }}
         env:
           DRY_RUN: ${{ github.event.inputs.dry_run }}
-          GIT_COMMITTER_NAME: getsentry-bot
-          GIT_AUTHOR_NAME: getsentry-bot
-          EMAIL: bot@getsentry.com
           ZEUS_API_TOKEN: ${{ secrets.ZEUS_API_TOKEN }}
       # Wait until the builds start. Craft should do this automatically
       # but it is broken now.