fix(Actions): Github release requires tag

This commit is contained in:
Yimura 2022-01-11 14:00:33 +01:00
parent fe61bed1e0
commit aad7072753
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -86,7 +86,8 @@ jobs:
- name: Nightly Release
uses: softprops/action-gh-release@v1
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: |
**This release has been build by Github Actions**
[Link to build](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})