We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 096068d commit 97a4673Copy full SHA for 97a4673
.github/workflows/release.yml
@@ -62,7 +62,7 @@ jobs:
62
runs-on: ubuntu-latest
63
steps:
64
- name: Echo outputs
65
- run: echo ${{ fromJson(needs.release.outputs.publishedPackages).*.name }}
+ run: echo ${{ join(fromJson(needs.release.outputs.publishedPackages).*.name, ', ') }}
66
67
- name: Send Tokens package notification
68
uses: stormwarning/[email protected]
0 commit comments