From 1431be9882f9bbd2c911af9f3200531017748f49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carsten=20K=C3=B6nig?= Date: Wed, 18 Sep 2024 21:26:30 +0200 Subject: [PATCH] fix workflow --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32b45071..3fdb143a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,7 @@ jobs: - uses: actions/checkout@v4 - name: Extract changelog for latest version - just for testing, so the pipeline fails earily if it breaks + if: matrix.platform == 'ubuntu-latest' id: changelog run: | # Extract the changelog for the latest version and trim blank lines