Skip to content

Commit

Permalink
chore: add log
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Nov 7, 2024
1 parent 1441403 commit 926248e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/auto-release/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,7 @@ export function createRelease(tag: string, title: string, content: string) {
} catch (error) {
console.error('Error:', error);
}
} else {
console.log('非CI环境,不运行创建 github release');
}
}

0 comments on commit 926248e

Please sign in to comment.