Skip to content

Commit

Permalink
ci: fix markdown escaping for opam release (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Feb 25, 2021
1 parent 985866a commit a2e6052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Generate CHANGES file
run: |
echo -n "${{ needs.release-please.outputs.body }}" > CHANGES.md
printf "%q" '${{ needs.release-please.outputs.body }}' > CHANGES.md
- name: Setup OCaml
uses: avsm/setup-ocaml@v1
Expand Down

0 comments on commit a2e6052

Please sign in to comment.