diff options
author | 2024-07-05 13:20:44 -0700 | |
---|---|---|
committer | 2024-07-05 21:20:44 +0100 | |
commit | 4540016a4b2c64d2f0601749121d7968f0b5602b (patch) | |
tree | 2b2d7136677f319d733e3e97acc67dc95414aad6 | |
parent | Bump rapidfuzz from 3.9.3 to 3.9.4 (#3110) (diff) |
Migration to official Sentry release CI action (#3112)
-rw-r--r-- | .github/workflows/sentry_release.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/sentry_release.yml b/.github/workflows/sentry_release.yml index b02f41fa3..cead62d55 100644 --- a/.github/workflows/sentry_release.yml +++ b/.github/workflows/sentry_release.yml @@ -12,12 +12,11 @@ jobs: uses: actions/checkout@v4 - name: Create a Sentry.io release - uses: tclindner/[email protected] + uses: getsentry/action-release@v1 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: python-discord SENTRY_PROJECT: bot with: - tagName: ${{ github.sha }} environment: production - releaseNamePrefix: bot@ + version_prefix: bot@ |