From e49146504aa4c6e9e4aa7bff049668cabfb42fba Mon Sep 17 00:00:00 2001 From: particle-box Date: Mon, 19 Jan 2026 23:04:33 +0530 Subject: [PATCH] fix: checkout changelog for release --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0fca529f..84138086 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -207,6 +207,10 @@ jobs: needs: [job_armv7, job_armv8] runs-on: ubuntu-latest steps: + - name: Checkout repo + uses: actions/checkout@v4 + with: + submodules: 'recursive' - name: Download all build artifacts uses: actions/download-artifact@v4 with: