From 3fc2667496e743567bded7e284e1badd341a4fdd Mon Sep 17 00:00:00 2001 From: jjangga0214 Date: Tue, 7 Nov 2023 15:43:51 +0900 Subject: [PATCH] ci(release): fetch all history --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c0328c5..ee6f6ae 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,6 +33,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + # 0 indicates all history for all branches and tags. + fetch-depth: 0 # For git history test - name: Set up pnpm uses: pnpm/action-setup@v2