Update .forgejo/workflows/release.yml
Some checks failed
Release / release (push) Failing after 3m41s

This commit is contained in:
root 2025-06-26 11:38:38 +01:00
parent ee1032a6b6
commit da934949c2

View file

@ -98,7 +98,7 @@ jobs:
while [ "$TAG_OBJECT_TYPE" != "commit" ]; do
echo "Try : $API_BASE/repos/$REPO_OWNER/$REPO_NAME/git/$TAG_OBJECT_TYPE/$TAG_OBJECT_SHA"
TAG_OBJECT=$(curl -H "Authorization: token $TOKEN" \
"$API_BASE/repos/$REPO_OWNER/$REPO_NAME/git/$TAG_OBJECT_TYPE/$TAG_OBJECT_SHA")
"$API_BASE/repos/$REPO_OWNER/$REPO_NAME/git/tags/$TAG_OBJECT_SHA")
echo "TAG_OBJECT is: $TAG_OBJECT"
echo "Read"