diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 79b0cc3..7e3c522 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -158,7 +158,6 @@ jobs: - name: Get latest tag id: get-latest-tag run: | - git fetch --tags LATEST_TAG=$(git describe --tags --abbrev=0 2>/dev/null || echo 'v0.0.0') echo $LATEST_TAG