diff --git a/.github/workflows/make_release.yaml b/.github/workflows/make_release.yaml index 24218b6f9..3814d2a83 100644 --- a/.github/workflows/make_release.yaml +++ b/.github/workflows/make_release.yaml @@ -56,7 +56,12 @@ jobs: run: sudo apt update && sudo apt install pandoc -y - name: Obtain the changelog - run: echo "changelog=$(poe changelog)" >> $GITHUB_OUTPUT + run: | + { + echo 'changelog<> "$GITHUB_OUTPUT" - name: Build a binary wheel and a source tarball run: poetry build