Update .forgejo/workflows/release.yml
Some checks failed
Release / release (push) Failing after 3m18s
Some checks failed
Release / release (push) Failing after 3m18s
This commit is contained in:
parent
a8cf628dc8
commit
ee1032a6b6
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ jobs:
|
||||||
TAG_OBJECT=$(curl -H "Authorization: token $TOKEN" \
|
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/$TAG_OBJECT_TYPE/$TAG_OBJECT_SHA")
|
||||||
|
|
||||||
|
echo "TAG_OBJECT is: $TAG_OBJECT"
|
||||||
echo "Read"
|
echo "Read"
|
||||||
if echo "$TAG_OBJECT" | jq -e 'type == "array"' >/dev/null; then
|
if echo "$TAG_OBJECT" | jq -e 'type == "array"' >/dev/null; then
|
||||||
echo "TAG_OBJECT is an array"
|
echo "TAG_OBJECT is an array"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue