aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/sentry-release.yaml
blob: ed42c980110e64f84f182fd5558e891530de0835 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: Create Sentry release

on:
  workflow_call

jobs:
  createSentryRelease:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout code
        uses: actions/checkout@v3
      - 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@