Skip to content

Commit 64fffae

Browse files
authored
ci: update build workflow to set latest flag on release
1 parent 7da67f6 commit 64fffae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,10 +394,11 @@ jobs:
394394
token: ${{ secrets.GITHUB_TOKEN }}
395395

396396
- name: Update Baseline Coverage
397-
uses: ncipollo/release-action@v1.11.1
397+
uses: ncipollo/release-action@v1.12.0
398398
if: ${{ github.event.inputs.updateCoverage == 'true' && github.event.inputs.dryrun == 'false' }}
399399
with:
400400
allowUpdates: true
401+
makeLatest: true
401402
tag: baseline
402403
omitBodyDuringUpdate: true
403404
omitNameDuringUpdate: true

0 commit comments

Comments
 (0)