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 13, 2024
1 parent fc3bf56 commit f213296
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 @@ -14,7 +14,7 @@ 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 = await releaser.getChangelog(),
Expand Down

0 comments on commit f213296

Please sign in to comment.