|
|
@ -192,9 +192,9 @@ jobs:
|
|
|
|
if: contains(github.ref, 'develop')
|
|
|
|
if: contains(github.ref, 'develop')
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
prerelease: true
|
|
|
|
prerelease: true
|
|
|
|
body: ${{ needs.versioning.outputs.changelog }}
|
|
|
|
body: ${{ steps.changelog.outputs.changelog }}
|
|
|
|
name: ${{ needs.versioning.outputs.tag }}
|
|
|
|
name: ${{ steps.changelog.outputs.tag }}
|
|
|
|
tag_name: ${{ needs.versioning.outputs.tag }}
|
|
|
|
tag_name: ${{ steps.changelog.outputs.tag }}
|
|
|
|
files: |
|
|
|
|
files: |
|
|
|
|
artifacts/**/*.tar.gz
|
|
|
|
artifacts/**/*.tar.gz
|
|
|
|
artifacts/**/*.zip
|
|
|
|
artifacts/**/*.zip
|
|
|
|