Merge pull request #2245 from RadWolfie/fix-release-title

Fix Release Title Default
This commit is contained in:
Luke Usher 2021-06-22 08:14:10 +01:00 committed by GitHub
commit 91a77b01f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}'