From c3ae5d36d3578220708afb26bc9130aba4f3e46a Mon Sep 17 00:00:00 2001 From: Xithrius <15021300+Xithrius@users.noreply.github.com> Date: Fri, 5 Jul 2024 13:22:20 -0700 Subject: [PATCH] Migration to official Sentry release CI action (#1355) --- .github/workflows/sentry-release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sentry-release.yaml b/.github/workflows/sentry-release.yaml index 0cf5ce0b6..227d3c890 100644 --- a/.github/workflows/sentry-release.yaml +++ b/.github/workflows/sentry-release.yaml @@ -9,13 +9,13 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + - name: Create a Sentry.io release - uses: tclindner/sentry-releases-action@v1.3.0 + uses: getsentry/action-release@v1 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: python-discord SENTRY_PROJECT: site with: - tagName: ${{ github.sha }} environment: production - releaseNamePrefix: site@ + version_prefix: site@