From c4ff28f2b1826674de8574c0fc5d56d0e1069e43 Mon Sep 17 00:00:00 2001 From: itschip Date: Sat, 27 Jan 2024 00:58:37 +0100 Subject: [PATCH] ci(nightly): fetch-depth --- .github/workflows/nightly.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ddd41be2e..efe8a967c 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -18,11 +18,6 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout source code - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: Get tag uses: project-error/get-tag@v1.3 with: @@ -53,6 +48,7 @@ jobs: - name: Checkout source code uses: actions/checkout@v4 with: + fetch-depth: 0 ref: ${{ steps.commit_manifest.outputs.commit_sha }} - name: Install pnpm