Skip to content

Commit

Permalink
replace tab with space
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Lezar <elezar@nvidia.com>
  • Loading branch information
elezar committed Jun 18, 2024
1 parent cf9db7a commit d3090cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
REPO: ${{ github.event.repository.name }}
run: |
PRERELEASE_FLAG=""
if [[ ${{ github.ref_name }} == v*-rc.* ]]; then
if [[ ${{ github.ref_name }} == v*-rc.* ]]; then
PRERELEASE_FLAG="--prerelease"
fi
gh release create ${{ github.ref_name }} \
gh release create ${{ github.ref_name }} \
--draft \
-t ${{ github.ref_name }} \
-n $(./hack/generate-changelog.sh --version ${{ github.ref_name }}) \
Expand Down

0 comments on commit d3090cf

Please sign in to comment.