Skip to content

Commit

Permalink
Migration to official Sentry release CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
Xithrius committed Jul 5, 2024
1 parent 47ce62e commit 0152aff
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/sentry-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@ on:
jobs:
createSentryRelease:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Create a Sentry.io release
uses: tclindner/[email protected]

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 0152aff

Please sign in to comment.