Skip to content

Commit

Permalink
Use softprops/action-gh-release for release
Browse files Browse the repository at this point in the history
The previous `ncipollo/release-action` is not allowed in NVIDIA
enterprise GitHub account
  • Loading branch information
pgeng-nv authored Jan 3, 2025
1 parent 6add16d commit 7053ea9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,12 @@ jobs:

- name: Create GitHub Release
if: startsWith(github.ref_name, 'rshim-')
uses: ncipollo/release-action@v1
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}
tag_name: ${{ github.ref_name }}
name: ${{ github.ref_name }}
body: ${{ steps.changelog.outputs.body }}
draft: false
prerelease: false
artifacts: |
dist/*
files: dist/*

0 comments on commit 7053ea9

Please sign in to comment.