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