From 50bc16b388ce6efe861aacbcd5cbf43ab55b1b84 Mon Sep 17 00:00:00 2001 From: Ionite Date: Tue, 25 Jul 2023 00:45:48 -0400 Subject: [PATCH] Fix Sentry release CI namespace --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 89954cf9..ccf95918 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: with: environment: production ignore_missing: true - version: StabilityMatrix@${{ env.GIT_TAG_NAME }} + version: StabilityMatrix.Avalonia@${{ env.GIT_TAG_NAME }} - name: Create Sentry release if: ${{ github.event_name == 'workflow_dispatch' }} @@ -97,7 +97,7 @@ jobs: with: environment: production ignore_missing: true - version: StabilityMatrix@${{ github.event.inputs.version }} + version: StabilityMatrix.Avalonia@${{ github.event.inputs.version }} release-windows: