From a2804003c424e35b9f71f20ff8cc77b79cf9d4dd Mon Sep 17 00:00:00 2001 From: Luke Lashley Date: Wed, 20 Nov 2024 16:13:37 -0500 Subject: [PATCH] fix: add release to cehckout --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcc4a26..8aef19f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,6 +73,7 @@ jobs: steps: - uses: actions/checkout@v4 with: + ref: release fetch-depth: 0 persist-credentials: false - name: Set up Python 3.11