diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml index 2b64bbd5..2bf3e8f0 100644 --- a/.github/workflows/packaging.yml +++ b/.github/workflows/packaging.yml @@ -57,5 +57,9 @@ jobs: if: startsWith(github.ref, 'refs/tags/') && github.repository == 'ROCm/omniperf' with: fail_on_unmatched: True + generate_release_notes: True + draft: False # toggle for debugging files: | build/omniperf-${{github.ref_name}}.tar.gz + name: ${{ env.RELEASE_NAME }} +