From 58be25f4a7c464270e13abacd97e9322984cde62 Mon Sep 17 00:00:00 2001 From: Max Kalashnikoff Date: Tue, 23 Jan 2024 10:10:52 +0100 Subject: [PATCH] fix(ci): reducing fetch depth to omit old tags --- .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..1373216f 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: 1 fetch-tags: true - name: Select target version id: select_version