Update .forgejo/workflows/release.yml
Some checks failed
Release / release (push) Failing after 3m36s
Some checks failed
Release / release (push) Failing after 3m36s
This commit is contained in:
parent
71dd64f71b
commit
fb84ee7a0b
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ jobs:
|
||||||
done
|
done
|
||||||
|
|
||||||
# Step 3: Get the commit date
|
# 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" \
|
COMMIT_DATE=$(curl -H "Authorization: token $TOKEN" \
|
||||||
"$API_BASE/repos/$REPO_OWNER/$REPO_NAME/git/commits/$COMMIT_SHA" \
|
"$API_BASE/repos/$REPO_OWNER/$REPO_NAME/git/commits/$COMMIT_SHA" \
|
||||||
| jq -r '.committer.date')
|
| jq -r '.committer.date')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue