Skip to content

Commit

Permalink
Update create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Jul 27, 2021
1 parent cb889c5 commit b948ff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
run: gh release create ${{ steps.extract-version.outputs.version }} \
--title ${{ steps.extract-version.outputs.version }} \
--notes ${{ steps.changelog.outputs.description }} \
--title "${{ steps.extract-version.outputs.version }}" \
--notes "${{ steps.changelog.outputs.description }}" \
--target ${{ github.event.pull_request.merge_commit_sha }}

0 comments on commit b948ff1

Please sign in to comment.