diff options
| author | 2020-12-20 09:03:34 +0200 | |
|---|---|---|
| committer | 2020-12-20 09:03:34 +0200 | |
| commit | e7ca3af18b92c732fac8f688df17da614457cd54 (patch) | |
| tree | 6e15bb2fd65205420a2a89c877428d1dc171ab63 | |
| parent | Attach release on Sentry SDK initialization (diff) | |
Use bot prefix instead pydis-bot for Sentry release workflow
| -rw-r--r-- | .github/workflows/sentry_release.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sentry_release.yml b/.github/workflows/sentry_release.yml index b0e6876f8..b8d92e90a 100644 --- a/.github/workflows/sentry_release.yml +++ b/.github/workflows/sentry_release.yml @@ -21,4 +21,4 @@ jobs:          with:            tagName: ${{ github.sha }}            environment: production -          releaseNamePrefix: pydis-bot@ +          releaseNamePrefix: bot@  |