From 20a419b99ace55cb76d76db9ca4d8425996ae319 Mon Sep 17 00:00:00 2001 From: hndrk <51416554+hendriknielaender@users.noreply.github.com> Date: Fri, 29 Dec 2023 20:38:15 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 225bdff..17bc63f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,6 +87,8 @@ jobs: with: # You will need to dynamically construct the artifacts string based on the outputs of the build job artifacts: "zvm-x86_64-macos-tar/zvm-x86_64-macos.tar.gz,zvm-x86_64-linux-tar/zvm-x86_64-linux.tar.gz" + artifactErrorsFailBuild: true + generateReleaseNotes: true tag: ${{ github.ref }} name: ${{ github.ref_name }} draft: false