Skip to content

Commit

Permalink
Migration to official Sentry release CI action (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xithrius authored Jul 5, 2024
1 parent af24618 commit ad7a154
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 @@ -24,12 +24,12 @@ jobs:
printf "%s\n" "${version}"
- 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: snekbox
with:
tagName: ${{ steps.version.outputs.version }}
version: ${{ steps.version.outputs.version }}
environment: production
releaseNamePrefix: snekbox@
version_prefix: snekbox@

0 comments on commit ad7a154

Please sign in to comment.