diff options
Diffstat (limited to '.github')
| -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 265c71111..b02f41fa3 100644 --- a/.github/workflows/sentry_release.yml +++ b/.github/workflows/sentry_release.yml @@ -12,7 +12,7 @@ jobs:          uses: actions/checkout@v4        - name: Create a Sentry.io release -        uses: tclindner/[email protected] +        uses: tclindner/[email protected]          env:            SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}            SENTRY_ORG: python-discord | 
