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

This commit is contained in:
root 2025-06-26 12:15:59 +01:00
parent fb84ee7a0b
commit b44f3c6526

View file

@ -119,6 +119,9 @@ jobs:
echo "... TAG_OBJECT_TYPE is (2): $TAG_OBJECT_TYPE" echo "... TAG_OBJECT_TYPE is (2): $TAG_OBJECT_TYPE"
done done
echo "... commit found with SHA $TAG_OBJECT_SHA"
COMMIT_SHA = $TAG_OBJECT_SHA
# Step 3: Get the commit date # Step 3: Get the commit date
echo "Step 3 : Get the commit date from commit = $COMMIT_SHA" echo "Step 3 : Get the commit date from commit = $COMMIT_SHA"
COMMIT_DATE=$(curl -H "Authorization: token $TOKEN" \ COMMIT_DATE=$(curl -H "Authorization: token $TOKEN" \