Browse Source

Allow missing commits for sentry release

fix-release-ci
Ionite 1 year ago committed by GitHub
parent
commit
09ddaf2a08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/release.yml

1
.github/workflows/release.yml

@ -92,6 +92,7 @@ jobs:
with:
environment: production
ignore_missing: true
ignore-empty: true
version: StabilityMatrix.Avalonia@${{ env.GIT_TAG_NAME }}
- name: Create Sentry release

Loading…
Cancel
Save