Add smart name and notes to triggered releases (#438)

Signed-off-by: coleramos425 <colramos@amd.com>
Этот коммит содержится в:
Cole Ramos
2024-10-01 14:59:38 -05:00
коммит произвёл GitHub
родитель faaf5bdcfe
Коммит c8a1add54b
+4
Просмотреть файл
@@ -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 }}