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

This commit is contained in:
root 2025-06-26 12:07:00 +01:00
parent 71dd64f71b
commit fb84ee7a0b

View file

@ -120,7 +120,7 @@ jobs:
done done
# 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" \
"$API_BASE/repos/$REPO_OWNER/$REPO_NAME/git/commits/$COMMIT_SHA" \ "$API_BASE/repos/$REPO_OWNER/$REPO_NAME/git/commits/$COMMIT_SHA" \
| jq -r '.committer.date') | jq -r '.committer.date')