Skip to content

Commit

Permalink
Postaction
Browse files Browse the repository at this point in the history
  • Loading branch information
kashamalasha committed Aug 11, 2023
1 parent 1bf0594 commit 9fdd5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9fdd5d9

Please sign in to comment.