Add rocm tag to cpack.yml (#389)

* Add rocm tag to cpack.yml
* Update softprops/action-gh-release to v2
Este commit está contenido en:
David Galiffi
2024-09-24 17:44:57 -04:00
padre 8b36b6959b
commit 558a8d00fd
+3 -2
Ver fichero
@@ -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/**'
@@ -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