Skip to content

Commit

Permalink
Push with --no-verify
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitris-am committed Jun 11, 2024
1 parent e30bbbb commit 5190c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git-command-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export class GitCommandManager {
}

async push(options?: string[]): Promise<void> {
const args = ['push']
const args = ['push', '--no-verify']
if (options) {
args.push(...options)
}
Expand Down

0 comments on commit 5190c2e

Please sign in to comment.