From 1478d48b1305cf08c58e55fe2b5d69f71fde7998 Mon Sep 17 00:00:00 2001 From: gouyt13clear Date: Wed, 2 Sep 2026 12:23:59 +0800 Subject: [PATCH] ci: check out repository before creating release --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d24e4f8..af3063b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,6 +88,8 @@ jobs: contents: write steps: + - uses: actions/checkout@v4 + - name: Download wheel artifacts uses: actions/download-artifact@v4 with: