Browse Source

Fix Sentry release CI namespace

pull/55/head
Ionite 1 year ago
parent
commit
50bc16b388
No known key found for this signature in database
  1. 4
      .github/workflows/release.yml

4
.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:

Loading…
Cancel
Save