diff --git a/.github/workflows/make_release.yaml b/.github/workflows/make_release.yaml index 0a39a9dba..74b8ab334 100644 --- a/.github/workflows/make_release.yaml +++ b/.github/workflows/make_release.yaml @@ -40,6 +40,8 @@ jobs: name: Get changelog and build the distribution package runs-on: ubuntu-latest needs: increment-version + outputs: + changelog: ${{ steps.generate_changelog.outputs.changelog }} steps: - uses: actions/checkout@v4 with: @@ -59,6 +61,7 @@ jobs: run: sudo apt update && sudo apt install pandoc -y - name: Obtain the changelog + id: generate_changelog run: | { echo 'changelog<