Skip to content

Commit

Permalink
chore: fixes formatting in release job summary
Browse files Browse the repository at this point in the history
  • Loading branch information
stalniy committed Nov 21, 2023
1 parent fc297de commit 4feacb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dx/bin/release-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ changed_packages="$(echo "$changed_paths" | grep 'packages/' | grep -v packages/

if [ "$changed_packages" = "" ]; then
echo "No packages to release" >> $GITHUB_STEP_SUMMARY;
echo "Changed files:\n${changed_paths}" >> $GITHUB_STEP_SUMMARY
echo -e "Changed files:\n${changed_paths}" >> $GITHUB_STEP_SUMMARY
exit 0;
fi

Expand Down

0 comments on commit 4feacb2

Please sign in to comment.