aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/sentry-release.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/sentry-release.yaml b/.github/workflows/sentry-release.yaml
index 0cf5ce0b..227d3c89 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/[email protected]
+ 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@