Merge pull request #2245 from RadWolfie/fix-release-title
Fix Release Title Default
This commit is contained in:
commit
91a77b01f5
|
@ -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