Skip to content

Commit db87716

Browse files
committed
Patch release workflow
1 parent ffb4d34 commit db87716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
set -e # Fail on first error
2525
2626
# Extract the latest tag, or default to v1.0.0 if no tags exist
27-
latest_tag=$(git describe --tags --abbrev=0 2>/dev/null || echo "v1.0.0")
27+
latest_tag=$(git describe --tags --abbrev=0 2>/dev/null)
2828
echo "Latest tag: $latest_tag"
2929
echo "latest_tag=$latest_tag" >> $GITHUB_ENV
3030

0 commit comments

Comments
 (0)