Skip to content

Commit

Permalink
fix gitee releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
volatile-static committed Sep 18, 2024
1 parent c0982cc commit dd039c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async function main() {
await releaser.run();
if (!process.env.GITHUB_ACTIONS) return; // 非CI环境不发布

const changelog = releaser.getChangelog(),
const changelog = releaser.ctx.release.changelog as string,
latestRelease = await rewriteRelease('v' + version, 'Release' + version, changelog),
updateRelease = await rewriteRelease(
'update',
Expand Down

0 comments on commit dd039c7

Please sign in to comment.