Update .forgejo/workflows/release.yml
All checks were successful
Release / release (push) Successful in 3m47s
All checks were successful
Release / release (push) Successful in 3m47s
This commit is contained in:
parent
c9724c0864
commit
7bdf8f1f61
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue