Skip to content

Commit

Permalink
feat: Update SENTRY_PROJECT variable with correct values
Browse files Browse the repository at this point in the history
Updated the SENTRY_PROJECT variable in the beta-release.yml workflow file to use the correct values "wizarr-frontend" and "wizarr-backend".
  • Loading branch information
realashleybailey committed Nov 6, 2023
1 parent 7b9c08b commit 18437ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_URL: https://sentry.wizarr.dev
SENTRY_ENVIRONMENT: development
SENTRY_PROJECT: "wizarr-frontend wizarr-backend"
SENTRY_PROJECT: wizarr-frontend wizarr-backend

0 comments on commit 18437ff

Please sign in to comment.