From 7813db72f198ba4efb43d57bef1cb21ca827335a Mon Sep 17 00:00:00 2001 From: Yves Biener Date: Sun, 6 Oct 2024 11:17:08 +0200 Subject: [PATCH] mod(action): remove fetch-depth 0 Not sure if this is the issue for the tag not being found, but I want to try --- .gitea/workflows/release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 6e069ba..f0ab98d 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -14,8 +14,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: Setup Go installation uses: actions/setup-go@v5 with: