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.
This commit is contained in:
Clement Tsang
2026-08-20 04:34:18 -04:00
committed by GitHub
parent 5c27710b5b
commit 0734df7a3b
+6
View File
@@ -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: