From 471767c4ed6fee518b575b366741bd2df8b0053a Mon Sep 17 00:00:00 2001 From: donpat1to Date: Sat, 4 Oct 2025 01:43:57 +0200 Subject: [PATCH] added farther checking for existing tags --- .gitea/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 3646c76..dc69527 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -50,6 +50,8 @@ jobs: tag_name: ${{ steps.set_tag.outputs.tag_name }} steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Determine next semantic version tag id: set_tag