Skip to content

Commit

Permalink
Update release.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
volatile-static authored Jun 12, 2024
1 parent 965f5e6 commit 4e77b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ main();
async function main() {
const config = await loadConfig(false, true),
releaser = new Release(config);
await releaser.run();
// await releaser.run();
if (!process.env.GITHUB_ACTIONS) return;

const changelog = releaser.getChangelog(),
tag = releaser.ctx.release.bumpp.tag,
tag = 'v' + releaser.version,
res = await releaseGitee({
tag_name: tag,
name: 'Release ' + tag,
Expand Down

0 comments on commit 4e77b05

Please sign in to comment.