diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f633dc..84f78f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -115,6 +115,8 @@ jobs: with: ref: ${{ inputs.dry_run && github.sha || 'main' }} persist-credentials: false + fetch-depth: 0 + fetch-tags: true - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable with: targets: ${{ matrix.target }} @@ -382,6 +384,8 @@ jobs: with: ref: main persist-credentials: false + fetch-depth: 0 + fetch-tags: true - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable - name: Install dependencies (Linux)