Skip to content

Commit

Permalink
Add smart name and notes to triggered releases (ROCm#438)
Browse files Browse the repository at this point in the history
Signed-off-by: coleramos425 <[email protected]>
Signed-off-by: xuchen-amd <[email protected]>
  • Loading branch information
coleramos425 authored and xuchen-amd committed Oct 16, 2024
1 parent 8ba67a9 commit b62a442
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit b62a442

Please sign in to comment.