diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c7970a19..2c581e70a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,7 +82,7 @@ jobs: echo "NEXT_VERSION=$nextStrict" >> $GITHUB_ENV - name: Create Draft Release - uses: ncipollo/release-action@v1.11.1 + uses: ncipollo/release-action@v1.12.0 if: ${{ github.event.inputs.publish == 'true' && github.event.inputs.dryrun == 'false' }} with: prerelease: true @@ -382,10 +382,11 @@ jobs: histCoveragePath: historical-coverage.json - name: Create Release - uses: ncipollo/release-action@v1.11.1 + uses: ncipollo/release-action@v1.12.0 if: ${{ env.SHOULD_DEPLOY == 'true' && github.event.inputs.dryrun == 'false' }} with: allowUpdates: true + makeLatest: true draft: false tag: ${{ env.PKG_VERSION }} name: ${{ env.PKG_VERSION }} @@ -398,7 +399,6 @@ jobs: if: ${{ github.event.inputs.updateCoverage == 'true' && github.event.inputs.dryrun == 'false' }} with: allowUpdates: true - makeLatest: true tag: baseline omitBodyDuringUpdate: true omitNameDuringUpdate: true