From 49c7ac2aa5660365b1592955f733e8bab9890269 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sun, 9 Nov 2025 00:32:45 +0200 Subject: [PATCH] Merge pull request #13891 from bluetech/fix-gh-release ci: `gh release create` needs a checkout (cherry picked from commit 4b73dcab02e2414496daf2683ef870719a461ec9) --- .github/workflows/deploy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 176daa1b4d7..ad7cc029c5e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -120,6 +120,11 @@ jobs: permissions: contents: write steps: + - uses: actions/checkout@v5 + with: + fetch-depth: 0 + persist-credentials: true + - name: Download Package uses: actions/download-artifact@v6 with: