Skip to content

Commit

Permalink
Add release note option to publish action
Browse files Browse the repository at this point in the history
Signed-off-by: coleramos425 <[email protected]>
  • Loading branch information
coleramos425 committed Oct 1, 2024
1 parent faaf5bd commit a06e257
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,10 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'ROCm/omniperf'
with:
fail_on_unmatched: True
generate_release_notes: True
#draft: False
files: |
build/omniperf-${{github.ref_name}}.tar.gz
# Debug vars
draft: True

0 comments on commit a06e257

Please sign in to comment.