Skip to content

Commit

Permalink
Migration to official Sentry release CI action (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xithrius authored Jul 5, 2024
1 parent 47ce62e commit c3ae5d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sentry-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
steps:
- name: Checkout code
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: site
with:
tagName: ${{ github.sha }}
environment: production
releaseNamePrefix: site@
version_prefix: site@

0 comments on commit c3ae5d3

Please sign in to comment.