We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da67f6 commit 64fffaeCopy full SHA for 64fffae
1 file changed
.github/workflows/build.yml
@@ -394,10 +394,11 @@ jobs:
394
token: ${{ secrets.GITHUB_TOKEN }}
395
396
- name: Update Baseline Coverage
397
- uses: ncipollo/release-action@v1.11.1
+ uses: ncipollo/release-action@v1.12.0
398
if: ${{ github.event.inputs.updateCoverage == 'true' && github.event.inputs.dryrun == 'false' }}
399
with:
400
allowUpdates: true
401
+ makeLatest: true
402
tag: baseline
403
omitBodyDuringUpdate: true
404
omitNameDuringUpdate: true
0 commit comments