Update .forgejo/workflows/release.yml
All checks were successful
Release / release (push) Successful in 3m47s

This commit is contained in:
root 2025-06-26 12:42:33 +01:00
parent c9724c0864
commit 7bdf8f1f61

View file

@ -126,7 +126,7 @@ jobs:
echo "Step 3 : Get the commit date from commit = $COMMIT_SHA"
COMMIT_DATE=$(curl -H "Authorization: token $TOKEN" \
"$API_BASE/repos/$REPO_OWNER/$REPO_NAME/git/commits/$COMMIT_SHA" \
| jq -r '.committer.date')
| jq -r '.commit.committer.date')
echo "... Fetching closed issues since $COMMIT_DATE..."
CLOSED_ISSUES_JSON=$(curl -H "Authorization: token $TOKEN" \