From db87716fc6f90df513aa476ad83730960dab6ef5 Mon Sep 17 00:00:00 2001 From: Caio Ricciuti Date: Sat, 1 Jun 2024 17:55:35 +0200 Subject: [PATCH] Patch release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e2adc1..d29335d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: set -e # Fail on first error # Extract the latest tag, or default to v1.0.0 if no tags exist - latest_tag=$(git describe --tags --abbrev=0 2>/dev/null || echo "v1.0.0") + latest_tag=$(git describe --tags --abbrev=0 2>/dev/null) echo "Latest tag: $latest_tag" echo "latest_tag=$latest_tag" >> $GITHUB_ENV