From a7f00eaf13245a15e5ca479dc01b9956d60016b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Tue, 26 Nov 2024 15:59:41 +0000 Subject: [PATCH] Fix missing changelog in the release notes Seems like this is the missing bit: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#using-job-outputs-in-a-matrix-job --- .github/workflows/make_release.yaml | 3 +++ 1 file changed, 3 insertions(+) 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<