Skip to content

Commit

Permalink
Add releases to Sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdhas committed Oct 10, 2023
1 parent d4ba05d commit c7a1c6b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,14 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1

- name: Create Sentry release
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_RELEASE_TOKEN }}
SENTRY_ORG: snigdhas
SENTRY_PROJECT: psnachle
# SENTRY_URL: https://sentry.io/
with:
environment: production
version: ${{ github.sha }}

0 comments on commit c7a1c6b

Please sign in to comment.