From 8211fd36af3149c60014737eee2407abb5516974 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 17 Apr 2025 22:17:30 +0300 Subject: [PATCH] fix(release): unable to access change log --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 458861c9d..030e8e8d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,6 +95,11 @@ jobs: steps: - run: mkdir upload + - uses: actions/checkout@v4 + with: + sparse-checkout: | + docs/Release Notes + - name: Download all artifacts uses: actions/download-artifact@v4 with: