From d2f247926f2dd94689e791393b0a14a326365fc0 Mon Sep 17 00:00:00 2001 From: Moritz Becker Date: Wed, 28 Aug 2024 21:52:45 +0200 Subject: [PATCH] ci(project): update fetch depth in gh-action `version-release.yaml` --- .github/workflows/version-release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/version-release.yaml b/.github/workflows/version-release.yaml index 107b4da..8fe369a 100644 --- a/.github/workflows/version-release.yaml +++ b/.github/workflows/version-release.yaml @@ -14,6 +14,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup Node.js uses: actions/setup-node@v4