fix(Actions): Github release requires tag
This commit is contained in:
parent
fe61bed1e0
commit
aad7072753
3
.github/workflows/nightly.yml
vendored
3
.github/workflows/nightly.yml
vendored
@ -86,7 +86,8 @@ jobs:
|
|||||||
- name: Nightly Release
|
- name: Nightly Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
name: Nightly ${{ steps.short_sha.outputs.sha_short }}
|
name: Nightly [${{ steps.short_sha.outputs.sha_short }}]
|
||||||
|
tag_name: nightly_${{ steps.short_sha.outputs.sha_short }}
|
||||||
body: |
|
body: |
|
||||||
**This release has been build by Github Actions**
|
**This release has been build by Github Actions**
|
||||||
[Link to build](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
|
[Link to build](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
|
||||||
|
Reference in New Issue
Block a user