From 64fffae37dd25cb2f4b8b0593ccc4cf1623baf6d Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Thu, 22 Dec 2022 17:17:19 -0500 Subject: [PATCH] ci: update build workflow to set latest flag on release --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f770bf4f..5d1b0f54e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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