Skip to content

Commit

Permalink
Migration to official Sentry release CI action (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xithrius authored Jul 5, 2024
1 parent cf721d4 commit 517cbff
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 @@ -10,12 +10,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-lancebot
with:
tagName: ${{ github.sha }}
environment: production
releaseNamePrefix: sir-lancebot@
version_prefix: sir-lancebot@

0 comments on commit 517cbff

Please sign in to comment.