Skip to content

Commit

Permalink
build: Ask jq to return a single line JSON string. (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
nasa42 authored Feb 2, 2025
1 parent 13a2427 commit 5fa6f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-plz-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
done
if [[ -f relevant_releases.jsonl ]]; then
FILTERED=$(cat relevant_releases.jsonl | jq -s)
FILTERED=$(cat relevant_releases.jsonl | jq -sc)
echo "Filtered releases: $FILTERED"
echo "releases=$FILTERED" >> $GITHUB_OUTPUT
else
Expand Down

0 comments on commit 5fa6f5b

Please sign in to comment.