From 509f0c6c5fb6dc5444d282b450b23f35c1e59353 Mon Sep 17 00:00:00 2001 From: reggie Date: Thu, 3 Oct 2024 01:21:00 -0500 Subject: [PATCH] infra: enable omitDraftDuringUpdate for release-action --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 74ca87f7..cd616e5b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -140,6 +140,7 @@ jobs: artifacts: "release_output/*.tar.gz,release_output/*.zip" tag: ${{ steps.version_info.outputs.build_version }} makeLatest: "true" + omitDraftDuringUpdate: true omitBody: true omitBodyDuringUpdate: true allowUpdates: true @@ -207,6 +208,7 @@ jobs: artifacts: "publish_ava/*.tar.gz, publish_headless/*.tar.gz" tag: ${{ steps.version_info.outputs.build_version }} makeLatest: "true" + omitDraftDuringUpdate: true omitBody: true omitBodyDuringUpdate: true allowUpdates: true