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')