From fb84ee7a0bdc472c3eaba5df548f437519d2932b Mon Sep 17 00:00:00 2001 From: root Date: Thu, 26 Jun 2025 12:07:00 +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 7108d1c..91c9020 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -120,7 +120,7 @@ jobs: done # 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" \ "$API_BASE/repos/$REPO_OWNER/$REPO_NAME/git/commits/$COMMIT_SHA" \ | jq -r '.committer.date')