Skip to content

Commit 97a4673

Browse files
committed
Chore: Make output more readable
1 parent 096068d commit 97a4673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
steps:
6464
- name: Echo outputs
65-
run: echo ${{ fromJson(needs.release.outputs.publishedPackages).*.name }}
65+
run: echo ${{ join(fromJson(needs.release.outputs.publishedPackages).*.name, ', ') }}
6666

6767
- name: Send Tokens package notification
6868
uses: stormwarning/[email protected]

0 commit comments

Comments
 (0)