fix release title default to blank
This commit is contained in:
parent
494ef0b267
commit
8e384b4b8c
|
@ -79,4 +79,4 @@ jobs:
|
|||
env:
|
||||
GH_REPO: ${{ github.repository }} # https://github.com/cli/cli/issues/3556
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: gh release create ${{ steps.git.outputs.tag_name }} artifacts/*.zip -p --target $GITHUB_SHA
|
||||
run: gh release create ${{ steps.git.outputs.tag_name }} artifacts/*.zip -p --target $GITHUB_SHA --title '${{ steps.git.outputs.tag_name }}'
|
||||
|
|
Loading…
Reference in New Issue