From be43b761b0c41d16703bfc575b65fb7d62d5ca1c Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Tue, 20 Apr 2021 09:22:29 -0400 Subject: [PATCH] if we re-release Che server, we should NOT overwrite the release notes w/ a fresh (empty) body (as happened for 7.29.0) (#19629) Change-Id: I326cee00ef197ade9495a259d91beb13b4d0bc1c Signed-off-by: nickboldt --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d4f9efa13..9915b2e3e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -139,8 +139,8 @@ jobs: body: Eclipse Che ${{ github.event.inputs.version }} draft: false name: Eclipse Che ${{ github.event.inputs.version }} - omitBodyDuringUpdate: false - omitNameDuringUpdate: false + omitBodyDuringUpdate: true + omitNameDuringUpdate: true prerelease: false tag: ${{ github.event.inputs.version }} token: ${{ secrets.CHE_BOT_GITHUB_TOKEN }}