From 6cde646c4953de9b08742fa2a6ebc696016f10f8 Mon Sep 17 00:00:00 2001 From: Chunyi Lyu Date: Tue, 4 Feb 2025 15:38:25 +0000 Subject: [PATCH] chore: fetch all git history to update latest tag Co-authored-by: Sapphire Mason-Brown --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 53a4ccb9..e11b27a1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,6 +15,8 @@ jobs: - name: Check out kratix id: checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Tag new version env: LAST_SHA: ${{ steps.checkout.outputs.commit }}