fix error in release path
Some checks failed
Some checks failed
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
b324184f4f
commit
bf3d824a52
1 changed files with 2 additions and 2 deletions
|
|
@ -36,10 +36,10 @@ jobs:
|
|||
TOKEN: ${{ secrets.RELEASE }}
|
||||
TAG: ${{ needs.set-release-target.outputs.release_cible }}
|
||||
run: |
|
||||
curl -X POST \
|
||||
curl -vvv -X POST \
|
||||
-H "Authorization: token $TOKEN" \
|
||||
-H "Content-Type: application/json" \
|
||||
https://git.g3e.fr/api/v1/repos/${{ github.repository }}/releases \
|
||||
https://git.g3e.fr/api/v1/repos/syonad/${{ github.repository }}/releases \
|
||||
-d @- <<EOF
|
||||
{
|
||||
"tag_name": "$TAG",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue