From 73b21f27f2bfd54376c76dacbaf749744fc29a4d Mon Sep 17 00:00:00 2001 From: Martin Schere Date: Sat, 16 Nov 2024 14:50:26 +0100 Subject: [PATCH] fix: add fetch depth: 0 --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f2f737d..6b7faf00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,8 @@ jobs: steps: - name: 📥 Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: 📦 Setup pnpm uses: pnpm/action-setup@v4