From 3c10fc12e6f91aa4e565b2250e3e5f6c5c25775a Mon Sep 17 00:00:00 2001 From: Wissididom <30803034+Wissididom@users.noreply.github.com> Date: Wed, 9 Nov 2022 15:47:42 +0100 Subject: [PATCH] Release with actual commit message (#4130) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d86b1b75..459f349bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -256,7 +256,7 @@ jobs: allowUpdates: true artifactErrorsFailBuild: true artifacts: "release-artifacts/*" - generateReleaseNotes: true + body: ${{ github.event.head_commit.message }} prerelease: true name: Nightly Release tag: nightly-build