Skip to content

Commit

Permalink
Dispatch payload as JSON (#2081)
Browse files Browse the repository at this point in the history
* set dispatch as separate job for better testability

* convert array to json

* remove object

* add packages key
  • Loading branch information
spark33 authored Nov 16, 2023
1 parent 969b0d4 commit 3fc6d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,4 @@ jobs:
token: ${{ secrets.DESIGN_REPO_ACCESS_TOKEN }}
repository: mongodb/design
event-type: release-leafygreen-ui
client-payload: '{ packages: ${{ needs.release.outputs.publishedPackages }} }'
client-payload: '{ "packages": ${{ toJson(needs.release.outputs.publishedPackages) }} }'

0 comments on commit 3fc6d3d

Please sign in to comment.