diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 104fbe3..1abdbf0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,10 +36,10 @@ jobs: name: Release runs-on: ubuntu-latest needs: [build] - with: - fetch-depth: 0 steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Install pnpm uses: pnpm/action-setup@v4