chore: expose release info to sentry

This commit is contained in:
Andrew Bastin
2022-09-30 15:36:37 +05:30
parent fb65e0e23d
commit fd11ea8143
5 changed files with 5 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ jobs:
env:
VITE_SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
VITE_SENTRY_ENVIRONMENT: production
VITE_SENTRY_RELEASE_TAG: ${{ github.sha }}
run: pnpm run generate
# Deploy the production site with netlify-cli