Skip to content

Merge pull request #716 from florean/711-remove-x #966

Merge pull request #716 from florean/711-remove-x

Merge pull request #716 from florean/711-remove-x #966

name: sentry-release
on:
push:
branches:
- 'main'
jobs:
createSentryRelease:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create a Sentry.io release
uses: getsentry/action-release@v3
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: freelawproject
SENTRY_PROJECT: bigcases2
with:
release: ${{ github.sha }}
environment: prod