diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49a4e99a093f1..cd38e5e78f100 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -252,7 +252,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - fetch-depth: 0 ref: ${{ needs.create_release.outputs.version }} - name: Download artifact uses: ./.github/actions/artifact_download @@ -323,7 +322,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - fetch-depth: 0 ref: ${{ needs.create_release.outputs.version }} - name: Download artifact uses: ./.github/actions/artifact_download