From 0c9cf3dbe656fa5d3a4604587c73970ed3a939ff Mon Sep 17 00:00:00 2001 From: "Henning C. Nielsen" Date: Thu, 4 Jul 2024 12:46:35 +0200 Subject: [PATCH] ci: Fetch all history to read tags correctly --- .github/workflows/new-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/new-release.yaml b/.github/workflows/new-release.yaml index a95c8a4..e84696e 100644 --- a/.github/workflows/new-release.yaml +++ b/.github/workflows/new-release.yaml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-tags: true + fetch-depth: 0 - name: Pipeline debug if: vars.DEBUG == 'true'