From 7bdf8f1f6165e018f2d3ef9f36f42424390e93b4 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 26 Jun 2025 12:42:33 +0100 Subject: [PATCH] Update .forgejo/workflows/release.yml --- .forgejo/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 778454d..fa7bd30 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -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" \