From ec3f97d99d9c8536e9aa424088dd0e3ac3a2a976 Mon Sep 17 00:00:00 2001 From: Fredrik Johansen Date: Sat, 2 Nov 2024 17:29:57 +0100 Subject: [PATCH] ci(workflow): checkout all history on file changes step --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ee49ce2..d2a3dc6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,6 +35,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Install pnpm uses: pnpm/action-setup@v3