Skip to content

Commit

Permalink
Migration to official Sentry release CI action (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xithrius authored Jul 5, 2024
1 parent e8aef3d commit 96c6a5d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sentry_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ jobs:
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: sir-robin
with:
tagName: ${{ github.sha }}
environment: production
releaseNamePrefix: sir-robin@
version_prefix: sir-robin@

0 comments on commit 96c6a5d

Please sign in to comment.