build: update distribution
This commit is contained in:
parent
8843435185
commit
05d0468146
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -698,7 +698,7 @@ class GitCommandManager {
|
||||
}
|
||||
push(options) {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
const args = ['push'];
|
||||
const args = ['push', '--no-verify']; //added no verify here
|
||||
if (options) {
|
||||
args.push(...options);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user