Skip to content

Commit 2ce1506

Browse files
fix(release): Use git commit instead of git ci
1 parent dddef2c commit 2ce1506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ if (!readlineSync.keyInYN('Ready to publish?')) {
9494
}
9595

9696
if (!yargs.argv.dryrun) {
97-
_exec(`git ci -m ${version} ${modifiedFiles.join(' ')}`);
97+
_exec(`git commit -m ${version} ${modifiedFiles.join(' ')}`);
9898
}
9999

100100
if (!yargs.argv.dryrun) {

0 commit comments

Comments
 (0)