From 76b5446c0c64c12c791f264cdd9211249db894fa Mon Sep 17 00:00:00 2001 From: Colin Espinas Date: Wed, 21 Aug 2024 20:13:40 +0200 Subject: [PATCH] fix: release action invalid workflow --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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