Skip to content

Commit 43094cd

Browse files
committed
Add spacing
1 parent 70b8dad commit 43094cd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,10 @@ jobs:
143143
echo "versions<<EOF" >> $GITHUB_OUTPUT
144144
for pkg in "${PACKAGES[@]}"; do
145145
version=$(npm view "$pkg" dist-tags.alpha)
146-
echo "$pkg@$version\n" >> $GITHUB_OUTPUT
146+
echo "" >> $GITHUB_OUTPUT
147+
echo "$pkg@$version" >> $GITHUB_OUTPUT
147148
done
149+
echo "" >> $GITHUB_OUTPUT
148150
echo "EOF" >> $GITHUB_OUTPUT
149151
150152
- name: Report success

0 commit comments

Comments
 (0)