From 0734df7a3bb0985c24afc30a959bec1fa218d613 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Thu, 20 Aug 2026 04:34:18 -0400 Subject: [PATCH] ci: add checkout for release creation (#2204) I think this is required as otherwise gh release doesn't work. On nightly we had this already. --- .github/workflows/deployment.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 92c33c46..5cb37140 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -117,6 +117,12 @@ jobs: run: | echo "Release version: ${RELEASE_VERSION}" + - name: Checkout repository + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + with: + fetch-depth: 1 + persist-credentials: false + - name: Get release artifacts uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: