From 96c6a5d51c9b0a32d89770d9cdeb85065edafe9d Mon Sep 17 00:00:00 2001 From: Xithrius <15021300+Xithrius@users.noreply.github.com> Date: Fri, 5 Jul 2024 13:21:41 -0700 Subject: [PATCH] Migration to official Sentry release CI action (#129) --- .github/workflows/sentry_release.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sentry_release.yaml b/.github/workflows/sentry_release.yaml index abe1593..7b9de99 100644 --- a/.github/workflows/sentry_release.yaml +++ b/.github/workflows/sentry_release.yaml @@ -12,12 +12,11 @@ jobs: 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: sir-robin with: - tagName: ${{ github.sha }} environment: production - releaseNamePrefix: sir-robin@ + version_prefix: sir-robin@