ci: update build workflow to set latest flag on release

This commit is contained in:
Nicolas Giard 2022-12-22 17:17:19 -05:00 committed by GitHub
parent 7da67f64af
commit 64fffae37d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -394,10 +394,11 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Update Baseline Coverage
uses: ncipollo/release-action@v1.11.1
uses: ncipollo/release-action@v1.12.0
if: ${{ github.event.inputs.updateCoverage == 'true' && github.event.inputs.dryrun == 'false' }}
with:
allowUpdates: true
makeLatest: true
tag: baseline
omitBodyDuringUpdate: true
omitNameDuringUpdate: true