From a0188d6980029571ed64bbb95ca44978483a14dc Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen Date: Sat, 13 Jan 2024 23:13:46 +0100 Subject: [PATCH] Checkout repo --- .github/workflows/cd_release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index 44a542f5..f744ae21 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -166,10 +166,10 @@ jobs: # exit 1 # fi - # - name: Checkout ${{ github.repository }} - # uses: actions/checkout@v4 - # with: - # fetch-depth: 0 + - name: Checkout ${{ github.repository }} + uses: actions/checkout@v4 + with: + fetch-depth: 0 # - name: Set up Python ${{ inputs.python_version_build }} # uses: actions/setup-python@v5