From b03d30fa70db899d22f4046879bdf88a09b12ed5 Mon Sep 17 00:00:00 2001 From: Xithrius <15021300+Xithrius@users.noreply.github.com> Date: Fri, 5 Jul 2024 13:21:29 -0700 Subject: Migration to official Sentry release CI action (#275) --- .github/workflows/sentry-release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sentry-release.yml b/.github/workflows/sentry-release.yml index 243f170..4088f58 100644 --- a/.github/workflows/sentry-release.yml +++ b/.github/workflows/sentry-release.yml @@ -13,12 +13,11 @@ jobs: uses: actions/checkout@master - name: Create a Sentry.io release - uses: tclindner/sentry-releases-action@v1.2.0 + uses: getsentry/action-release@v1 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: python-discord SENTRY_PROJECT: forms-backend with: - tagName: ${{ github.sha }} environment: production - releaseNamePrefix: forms-backend@ + version_prefix: forms-backend@ -- cgit v1.2.3