build: add title to github's release
This commit is contained in:
parent
ef0a3400d5
commit
61ab6ebb68
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ if [[ $( gh release view --repo "${ASSETS_REPOSITORY}" "${RELEASE_VERSION}" 2>&1
|
||||||
CREATE_OPTIONS="--generate-notes"
|
CREATE_OPTIONS="--generate-notes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
gh release create "${RELEASE_VERSION}" --repo "${ASSETS_REPOSITORY}" --notes "${NOTES}" ${CREATE_OPTIONS}
|
gh release create "${RELEASE_VERSION}" --repo "${ASSETS_REPOSITORY}" --title "${RELEASE_VERSION}" --notes "${NOTES}" ${CREATE_OPTIONS}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd assets
|
cd assets
|
||||||
|
|
Loading…
Reference in a new issue