Update .forgejo/workflows/release.yml
Some checks failed
Release / release (push) Failing after 2m57s
Some checks failed
Release / release (push) Failing after 2m57s
This commit is contained in:
parent
0c12aaeafe
commit
02a5fac535
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ jobs:
|
||||||
# Get ISO timestamp of the latest tag commit
|
# Get ISO timestamp of the latest tag commit
|
||||||
LATEST_TAG_COMMIT_DATE=$(curl -sf -H "Authorization: token $TOKEN" \
|
LATEST_TAG_COMMIT_DATE=$(curl -sf -H "Authorization: token $TOKEN" \
|
||||||
"$API_BASE/repos/$REPO_OWNER/$REPO_NAME/git/refs/tags/$LATEST_TAG" \
|
"$API_BASE/repos/$REPO_OWNER/$REPO_NAME/git/refs/tags/$LATEST_TAG" \
|
||||||
| jq -r '.object.sha' \
|
| jq -r '.[0].object.sha' \
|
||||||
| xargs -I{} curl -sf -H "Authorization: token $TOKEN" \
|
| xargs -I{} curl -sf -H "Authorization: token $TOKEN" \
|
||||||
"$API_BASE/repos/$REPO_OWNER/$REPO_NAME/git/commits/{}" \
|
"$API_BASE/repos/$REPO_OWNER/$REPO_NAME/git/commits/{}" \
|
||||||
| jq -r '.committer.date')
|
| jq -r '.committer.date')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue