Skip to content

Commit

Permalink
add quote escape
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Mar 29, 2024
1 parent ac23c96 commit c96ba5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ jobs:
else
json_output=$(echo '{"packages": ["dbt-core", "dbt-postgres"]}')
fi
echo "packages=$(echo '$json_output' | jq -r '.packages | map(.) | join("\n")')" >> $GITHUB_OUTPUT
echo "packages=$(echo '$json_output' | jq -r '.packages | map(.) | join(\"\n\")')" >> $GITHUB_OUTPUT
docker-release:
name: "Docker Release for ${{ matrix.package }}"
Expand Down

0 comments on commit c96ba5d

Please sign in to comment.