Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -93,5 +93,5 @@ create-release: - | curl --header 'Content-Type: application/json' --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \ --data '$(jq -c . data.json | sed 's/"/\\"/g')' \ --data $(printf "'%s'" $(jq -c . data.json | sed 's/"/\\"/g')) \ --request POST https://gitlab.e.foundation/api/v4/projects/$PROJECT_ID/releases No newline at end of file Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -93,5 +93,5 @@ create-release: - | curl --header 'Content-Type: application/json' --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \ --data '$(jq -c . data.json | sed 's/"/\\"/g')' \ --data $(printf "'%s'" $(jq -c . data.json | sed 's/"/\\"/g')) \ --request POST https://gitlab.e.foundation/api/v4/projects/$PROJECT_ID/releases No newline at end of file