From 18437ff9c6eed2e562b367abf577039bb219d2fe Mon Sep 17 00:00:00 2001 From: Ashley Date: Mon, 6 Nov 2023 15:35:06 +0000 Subject: [PATCH] feat: Update SENTRY_PROJECT variable with correct values Updated the SENTRY_PROJECT variable in the beta-release.yml workflow file to use the correct values "wizarr-frontend" and "wizarr-backend". --- .github/workflows/beta-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beta-release.yml b/.github/workflows/beta-release.yml index e133a2888..941b19bfa 100644 --- a/.github/workflows/beta-release.yml +++ b/.github/workflows/beta-release.yml @@ -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