Skip to content

Commit

Permalink
chore: auto publish release (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
RSS1102 authored Dec 2, 2024
1 parent 64ccc06 commit 4fa1111
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/auto-release/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ export function createRelease(tag: string, title: string, content: string) {
tag_name: tag, // 添加缺少的 tag_name 参数
name: title, // 可选参数,使用 title 作为发布名称
body: content, // 可选参数,发布说明内容
draft: true, // 可选参数,是否为草稿
});
} catch (error) {
console.error('Error:', error);
Expand Down

0 comments on commit 4fa1111

Please sign in to comment.