test an entry
All checks were successful
All checks were successful
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
95f035d826
commit
56a7d711a0
1 changed files with 9 additions and 8 deletions
|
|
@ -39,15 +39,16 @@ jobs:
|
||||||
curl -vvv -X POST \
|
curl -vvv -X POST \
|
||||||
-H "Authorization: token $TOKEN" \
|
-H "Authorization: token $TOKEN" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
https://git.g3e.fr/api/v1/repos/${{ github.repository }}/releases \
|
--trace - \
|
||||||
|
"https://git.g3e.fr/api/v1/repos/${{ github.repository }}/releases" \
|
||||||
-d @- <<EOF
|
-d @- <<EOF
|
||||||
{
|
{
|
||||||
"tag_name": "$TAG",
|
"tag_name": "$TAG",
|
||||||
"name": "$TAG",
|
"name": "$TAG",
|
||||||
"body": "Prerelease automatique générée par la CI",
|
"body": "Prerelease automatique générée par la CI",
|
||||||
"draft": false,
|
"draft": false,
|
||||||
"prerelease": true
|
"prerelease": true
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue