From e0663acca015c6fee48e86a7cf86a4274e0c4190 Mon Sep 17 00:00:00 2001 From: Lukas Spirig Date: Wed, 15 Nov 2023 16:48:22 +0100 Subject: [PATCH] build: include git history for chromatic --- .github/workflows/release-please.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 64087b7df8..8d59e783b4 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -41,6 +41,8 @@ jobs: VERSION: ${{ needs.release-please.outputs.version }} steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - uses: actions/setup-node@v3 with: node-version-file: '.nvmrc' @@ -102,6 +104,8 @@ jobs: VERSION: ${{ needs.release-please.outputs.version }} steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - uses: actions/setup-node@v3 with: node-version-file: '.nvmrc'