From 20eba4fc440b889b6a19398dbfc048656d7154d7 Mon Sep 17 00:00:00 2001 From: Benjamin Wolf Date: Tue, 8 Nov 2022 16:38:51 +0100 Subject: [PATCH] Improve release This will add the license to the release as well as maintain any message that someone wrote as tag message. --- .github/workflows/build_releasecandidate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_releasecandidate.yml b/.github/workflows/build_releasecandidate.yml index 4dea76f..a07903f 100644 --- a/.github/workflows/build_releasecandidate.yml +++ b/.github/workflows/build_releasecandidate.yml @@ -53,6 +53,8 @@ jobs: draft: false prerelease: true body_path: CHANGELOG.txt + append_body: true + files: LICENSE.adoc - name: Prepare Deployment if: startsWith(github.ref, 'refs/tags/') run: |