diff --git a/.github/workflows/release_stable.yml b/.github/workflows/release_stable.yml index 0323924..7e0e95d 100644 --- a/.github/workflows/release_stable.yml +++ b/.github/workflows/release_stable.yml @@ -54,6 +54,10 @@ jobs: needs: check_release if: needs.check_release.outputs.exists == 'false' steps: + - name: Check out the repo + uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Create repository release id: create_release uses: elgohr/Github-Release-Action@v5