diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 789b7ce1..cf8a336e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -130,7 +130,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-depth: 1 + fetch-depth: 0 submodules: recursive persist-credentials: false @@ -157,7 +157,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-depth: 1 + fetch-depth: 0 submodules: recursive persist-credentials: false