mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
TEST: tesing main release on Gitea [skip ci]
This commit is contained in:
parent
cc9ed43c3f
commit
5169f4918a
2
.github/workflows/main-gitea.yml
vendored
2
.github/workflows/main-gitea.yml
vendored
|
@ -145,7 +145,7 @@ jobs:
|
|||
release_response=$(curl -X POST \
|
||||
-H "Authorization: token ${GITEA_TOKEN}" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d "{\"tag_name\":\"$TAG\",\"name\":\"$RELEASE_NAME\",\"body\":\"$RELEASE_BODY\"}" \
|
||||
-d "{\"tag_name\":\"$TAG\",\"name\":\"$RELEASE_NAME\",\"body\":"'"$RELEASE_BODY"'"}" \
|
||||
"http://$GITEA_HOST/api/v1/repos/$ORGANIZATION/$REPO/releases")
|
||||
|
||||
echo -e "[DEBUG] Release response:\n$release_response"
|
||||
|
|
Loading…
Reference in a new issue