Skip to content

Commit

Permalink
Add Sentry release action
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonejt committed Apr 21, 2024
1 parent 7dd8c3d commit 6c22cbe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deliver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,12 @@ jobs:
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
branch: 'main'
git_push_flags: --force

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

0 comments on commit 6c22cbe

Please sign in to comment.