From 6735c7b42c4a51202f8bcb693c56254a0ad3755c Mon Sep 17 00:00:00 2001 From: Viijay-Kr Date: Fri, 2 Feb 2024 14:18:27 +0100 Subject: [PATCH] ci: fix fetch depth --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dcbc802..3b34d65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,7 @@ jobs: uses: actions/checkout@v3 with: fetch-tags: true + fetch-depth: 0 - name: Setup Node.js 16.x uses: actions/setup-node@v3