Skip to content

Commit

Permalink
Update softprops pluvin to v2 and remove release name
Browse files Browse the repository at this point in the history
Removing the release name enables us to modify an existing release with the matching tag

Signed-off-by: coleramos425 <[email protected]>
  • Loading branch information
coleramos425 committed Sep 24, 2024
1 parent d1abb8b commit e8862b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,10 @@ jobs:
echo "RELEASE_NAME=Omniperf ${{ env.VERSION }}"
fi >> $GITHUB_ENV
- name: Upload tarball Release Asset
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'ROCm/omniperf'
with:
fail_on_unmatched: True
draft: True
name: ${{ env.RELEASE_NAME }}
files: |
build/omniperf-${{github.ref_name}}.tar.gz

0 comments on commit e8862b9

Please sign in to comment.