Skip to content

Commit

Permalink
ci: write opam CHANGES from environment var (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
ospencer committed Mar 9, 2021
1 parent fb07aba commit 4f25e0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -79,8 +79,10 @@ jobs:
echo -n ${{ secrets.OPAM_RELEASE }} > ~/.opam/plugins/opam-publish/binaryen.token
- name: Generate CHANGES file
env:
CHANGES: ${{ needs.release-please.outputs.body }}
run: |
printf "%q" '${{ needs.release-please.outputs.body }}' > CHANGES.md
echo -n "$CHANGES" > CHANGES.md
- name: Setup OCaml
uses: avsm/setup-ocaml@v1
Expand Down

0 comments on commit 4f25e0e

Please sign in to comment.