Skip to content

Commit

Permalink
Add sentry release tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleangels committed Jan 29, 2025
1 parent 5c1c354 commit ef5d4a4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/create-sentry-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Create sentry release

on:
push:
branches:
- main

jobs:
create-sentry-release:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Create Sentry release
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: doubleangels
SENTRY_PROJECT: html
with:
environment: production

0 comments on commit ef5d4a4

Please sign in to comment.