ci: always update baseline coverage when building release

This commit is contained in:
Nicolas Giard 2023-09-13 17:57:42 -04:00 committed by GitHub
parent 3400d129a2
commit 4d6a2cf635
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -217,7 +217,7 @@ jobs:
- name: Update Baseline Coverage
uses: ncipollo/release-action@v1.13.0
if: ${{ github.event.inputs.updateCoverage == 'true' }}
if: ${{ github.event.inputs.updateCoverage == 'true' || github.ref_name == 'release' }}
with:
allowUpdates: true
tag: baseline