diff --git a/.github/workflows/release-prep.yml b/.github/workflows/release-prep.yml index 8e34e9cd..140f5494 100644 --- a/.github/workflows/release-prep.yml +++ b/.github/workflows/release-prep.yml @@ -64,6 +64,7 @@ jobs: - uses: actions/checkout@v6 with: ref: ${{ needs.set_vars.outputs.ref }} + fetch-depth: 0 - uses: oven-sh/setup-bun@v2