diff --git a/src/commands/github.ts b/src/commands/github.ts index 1a6caf5..79e039d 100644 --- a/src/commands/github.ts +++ b/src/commands/github.ts @@ -88,7 +88,7 @@ export default async function githubMain(args: Argv) { } await githubRelease(config, { version: release.version, - body: release.version, + body: release.body, }); } }