build: update distribution

This commit is contained in:
dimitris-am 2024-06-11 11:22:55 +00:00 committed by github-actions[bot]
parent 8843435185
commit 05d0468146

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);
} }