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 \
|
||||
-H "Authorization: token $TOKEN" \
|
||||
-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
|
||||
{
|
||||
"tag_name": "$TAG",
|
||||
"name": "$TAG",
|
||||
"body": "Prerelease automatique générée par la CI",
|
||||
"draft": false,
|
||||
"prerelease": true
|
||||
}
|
||||
{
|
||||
"tag_name": "$TAG",
|
||||
"name": "$TAG",
|
||||
"body": "Prerelease automatique générée par la CI",
|
||||
"draft": false,
|
||||
"prerelease": true
|
||||
}
|
||||
EOF
|
||||
build:
|
||||
runs-on: docker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue