From 6318783a937f5e1b8f11a34d406d1dc09d9e09cb Mon Sep 17 00:00:00 2001 From: Yusuf Ali Date: Fri, 24 Jan 2025 22:15:52 -0500 Subject: [PATCH] ci: fix tag finder --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 31699d1..6b9ea2f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -128,7 +128,7 @@ jobs: uses: actions/checkout@v4 with: submodules: true - fetch-depth: 100 + fetch-depth: 0 fetch-tags: true - name: "Get Previous tag"