diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 722d64e..6145b3f 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -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 @- <