diff --git a/.github/actions/release/action.yml b/.github/actions/release/action.yml index e789cf10e4e..c8410d1c291 100644 --- a/.github/actions/release/action.yml +++ b/.github/actions/release/action.yml @@ -132,7 +132,7 @@ runs: echo "Creating JIRA releases." for TAG in ${NEW_RELEASE_TAGS[@]}; do echo "::notice::Creating JIRA release $TAG based on git release tag $TAG." - JIRA_VERSION_DATA="{\"archived\":false,\"description\":\"centreon-collect-42.04\",\"releaseDate\":\"$(date +%Y-%m-%d)\",\"name\":\"$TAG\",\"projectId\":${{ inputs.jira_project_id }},\"released\":false}" + JIRA_VERSION_DATA="{\"archived\":false,\"description\":\"centreon-collect-42.04\",\"releaseDate\":\"$(date +%Y-%m-%d)\",\"name\":\"$TAG\",\"projectId\":"${{ inputs.jira_project_id }}"",\"released\":false}" #JIRA_VERSION_DATA="{"archived":false,"releaseDate":"$(date +%Y-%m-%d)","name":"$TAG","projectId":${{ inputs.jira_project_id }},"released":false} echo "Sending to JIRA release: $JIRA_VERSION_DATA" curl --fail --request POST \