Skip to content

Commit

Permalink
chore(repo): fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli committed Oct 24, 2024
1 parent 12ad56c commit 1f8a32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const yargs = require('yargs');
otp: options.otp,
tag: options.version?.includes('-') ? 'next' : undefined,
});
process.exit(status);
process.exit(0);
} catch (err) {
console.error(err);
process.exit(1);
Expand Down

0 comments on commit 1f8a32b

Please sign in to comment.