fix error in release path
Some checks failed
Release Workflow / set-release-target (push) Successful in 2s
Release Workflow / build (metadata, amd64, linux) (push) Has been cancelled
Release Workflow / publish (push) Has been cancelled
Release Workflow / build (db, amd64, linux) (push) Has been cancelled

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2025-12-15 11:02:01 +01:00
commit bf3d824a52
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632

View file

@ -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",