Skip to content

Commit

Permalink
Merge pull request #43 from thomaseizinger/thomaseizinger-patch-2
Browse files Browse the repository at this point in the history
Update create-release.yml
  • Loading branch information
thomaseizinger committed Jul 27, 2021
2 parents cb889c5 + b948ff1 commit 496f69f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
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 496f69f

Please sign in to comment.