[CI > Build] Fix using wrong prop
This commit is contained in:
parent
cf3ecd8b09
commit
15c9caffc1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release_nightly.yml
vendored
2
.github/workflows/release_nightly.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
git tag nightly
|
||||
git push origin nightly
|
||||
gh release delete ${{ env.VERSION }} -y
|
||||
gh release create ${{ env.VERSION }} -t "$(git log -1 --pretty=%B)" -n "${{ env.BODY }}" ${{ env.FILES }}
|
||||
gh release create ${{ env.VERSION }} -t "Nightly" -n "$(git log -1 --pretty=%B)" ${{ env.FILES }}
|
||||
env:
|
||||
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
||||
VERSION: 'nightly'
|
||||
|
|
Loading…
Reference in a new issue