Merge pull request #5 from dimitris-am/update-distribution

Update distribution
This commit is contained in:
dimitris-am 2024-06-11 14:23:26 +03:00 committed by GitHub
commit 6d4588e398
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
dist/index.js vendored
View file

@ -698,7 +698,7 @@ class GitCommandManager {
} }
push(options) { push(options) {
return __awaiter(this, void 0, void 0, function* () { return __awaiter(this, void 0, void 0, function* () {
const args = ['push']; const args = ['push', '--no-verify']; //added no verify here
if (options) { if (options) {
args.push(...options); args.push(...options);
} }