diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8915a8a..f0c985c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,8 +19,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: Enable corepack run: corepack enable pnpm