diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index c285b07..bfc6f71 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -48,7 +48,8 @@ jobs: "prerelease": false }' \ "${{ vars.GIT_URL }}/api/v1/repos/${{ gitea.repository }}/releases") - echo "Response: $RESPONSE" + + echo "Response de ${{ vars.GIT_URL }}/api/v1/repos/${{ gitea.repository }}/releases : $RESPONSE" RELEASE_ID=$(echo $RESPONSE | jq -r '.id') echo "RELEASE_ID=${RELEASE_ID}"