Skip to content

Commit

Permalink
add missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Arvidsson committed Mar 16, 2021
1 parent 1e2073d commit a9c40bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
tag_name: "${{ steps.release.outputs.tag }}",
target_commitish: ${{ steps.gitversion.outputs.sha }},
target_commitish: "${{ steps.gitversion.outputs.sha }}",
body: `${{ steps.release_notes.outputs.release_notes }}`,
prerelease: ${{ steps.release.outputs.is_prerelease }}
});

0 comments on commit a9c40bc

Please sign in to comment.