From 5f74c25cf6165fe2dbf29cad4df4adc4dce694d7 Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Sun, 11 Aug 2024 20:22:38 +0200 Subject: [PATCH] chore: update fetch-depth in CI workflow to fix nightly release (#747) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### ๐Ÿ”— Linked issue ### ๐Ÿ“š Description --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08027f98..da92adac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + # Needed for the nightly release to calculate the version bump + fetch-depth: 0 - name: Install pnpm uses: pnpm/action-setup@v3