We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5330ddf commit ff3edc1Copy full SHA for ff3edc1
1 file changed
.github/workflows/release.yml
@@ -61,7 +61,9 @@ jobs:
61
--arg body "${{ steps.release.outputs.body }}" \
62
'{
63
title: $title,
64
- body: $body,
+ content: {
65
+ body: $body
66
+ },
67
privacy: { view: "public" }
68
}' > payload.json
69
0 commit comments