From b654f98e89e5686927ce73e92a18b33631ec17dd Mon Sep 17 00:00:00 2001 From: Max Kalashnikoff Date: Tue, 23 Jan 2024 14:32:01 +0100 Subject: [PATCH] fix(ci): reducing fetch depth to omit old tags (#323) --- .github/workflows/dispatch_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dispatch_deploy.yml b/.github/workflows/dispatch_deploy.yml index 3a435124..a2fb84b2 100644 --- a/.github/workflows/dispatch_deploy.yml +++ b/.github/workflows/dispatch_deploy.yml @@ -66,7 +66,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - fetch-depth: 0 + fetch-depth: 15 fetch-tags: true - name: Select target version id: select_version