Skip to content

Commit

Permalink
fix: use parsed release body
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 3, 2023
1 parent ac84c39 commit aec2341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default async function githubMain(args: Argv) {
}
await githubRelease(config, {
version: release.version,
body: release.version,
body: release.body,
});
}
}
Expand Down

0 comments on commit aec2341

Please sign in to comment.