Browse Source

ci(release): Fix broken release workflow after #20796 (#20815)

Burak Yigit Kaya 4 years ago
parent
commit
0ac92adb5b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/release.yml

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

@@ -44,6 +44,7 @@ jobs:
       - uses: actions/checkout@v2
         with:
           token: ${{ secrets.GH_SENTRY_BOT_PAT }}
+      - id: set-git-user
         run: |
           git config user.name getsentry-bot
           git config user.email bot@getsentry.com