Skip to content

Commit

Permalink
add sentry release generation
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Aug 18, 2024
1 parent 513c2bd commit a5966f8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ci-sentry-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: sentry-release

on:
push:
branches:
- master

jobs:
build-images:
name: Create Sentry release
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

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

0 comments on commit a5966f8

Please sign in to comment.