Skip to content

Commit

Permalink
Add rocm tag to cpack.yml (#389)
Browse files Browse the repository at this point in the history
* Add rocm tag to cpack.yml
* Update softprops/action-gh-release to v2
  • Loading branch information
dgaliffiAMD authored Sep 24, 2024
1 parent abff23a commit e60de05
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
push:
branches: [main, amd-mainline, release/**]
tags:
- v*
- "v[1-9].[0-9]+.[0-9]+*"
- "rocm-[1-9].[0-9]+.[0-9]+*"
paths-ignore:
- '*.md'
- 'docs/**'
Expand Down Expand Up @@ -308,7 +309,7 @@ jobs:
done
- name: Upload STGZ Release Assets
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'ROCm/omnitrace'
with:
fail_on_unmatched_files: True
Expand Down

0 comments on commit e60de05

Please sign in to comment.