diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4824554..fd8161a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Setup pnpm run: corepack enable && corepack prepare