aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2024-07-05 13:20:44 -0700
committerGravatar GitHub <[email protected]>2024-07-05 21:20:44 +0100
commit4540016a4b2c64d2f0601749121d7968f0b5602b (patch)
tree2b2d7136677f319d733e3e97acc67dc95414aad6
parentBump 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.yml5
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@