diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bc0b02..a3bb53d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: run: | decoded_json=$(echo -e "${{ steps.releases_data.outputs.release_data }}") # Convert the JSON output back to the original format using jq - formatted_json=$(echo "$decoded_json" | jq .) + formatted_json=$(echo "$decoded_json" | jq 'fromjson') # Print the formatted JSON echo "$formatted_json"