Update .forgejo/workflows/release.yml
Some checks failed
Release / release (push) Failing after 3m41s
Some checks failed
Release / release (push) Failing after 3m41s
This commit is contained in:
parent
ee1032a6b6
commit
da934949c2
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue