Update .forgejo/workflows/release.yml
Some checks failed
Release / release (push) Failing after 3m34s

This commit is contained in:
root 2025-06-26 12:26:22 +01:00
parent b44f3c6526
commit c9724c0864

View file

@ -120,7 +120,7 @@ jobs:
done
echo "... commit found with SHA $TAG_OBJECT_SHA"
COMMIT_SHA = $TAG_OBJECT_SHA
COMMIT_SHA=$TAG_OBJECT_SHA
# Step 3: Get the commit date
echo "Step 3 : Get the commit date from commit = $COMMIT_SHA"