Skip to content

Commit

Permalink
chore(ci): properly treat quotes in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil committed Sep 19, 2023
1 parent b7b486d commit 0012709
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/flow-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
if: steps.semantic.outputs.new_release_published == 'true'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_NOTES: ${{ steps.semantic.outputs.new_release_notes }}
run: |
goreleaser release --clean \
--release-notes <(echo "${{ steps.semantic.outputs.new_release_notes }}")
--release-notes <(echo "$RELEASE_NOTES")

0 comments on commit 0012709

Please sign in to comment.