release 0.0.3
All checks were successful
Backend Actions / check (push) Successful in 14s
Backend Actions / build (push) Successful in 21s
Backend Actions / package (push) Successful in 14s
Backend Actions / test (push) Successful in 29s

This commit is contained in:
2025-07-25 15:08:27 +01:00
parent 083c43bac2
commit 8db8f50086
2 changed files with 11 additions and 11 deletions

View File

@ -3,7 +3,7 @@
TAGS="$(git tag --points-at HEAD)"
if [ -n "$TAGS" ]; then
TAG=$(echo "$TAGS" | grep -E '^v[0-9]+.[0-9]+.[0-9]+$' | sort -V | tail -1)
echo "RELEASE_TAG=$TAG" >> "$GITHUB_ENV"
echo "release_tag=$TAG" >> "$GITHUB_OUTPUTS"
else
echo "No release tag found"
fi