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:
@@ -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
|
||||
|
||||
Referencia en una nueva incidencia
Block a user