Run command not executing the complete script

trying to run a bash script but its not executing fully.

  • run:
    name: Create git Release
    command: |
    release_timestamp=$(gh release view --json createdAt --jq .createdAt)
    echo $release_timestamp
    pr_list=$(gh pr list -S “merged:>$release_timestamp” --json title,number --jq ‘. | .title + " #" + (.number|tostring)’)
    echo $pr_list

Output:

2022-06-03T18:35:01Z

CircleCI received exit code 0