Skip to content

Commit

Permalink
Update [arguments] git push
Browse files Browse the repository at this point in the history
  • Loading branch information
kaskar2008 committed Oct 1, 2020
1 parent c3ca012 commit 92799e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ try {
}

if (command) {
exec(`npm version ${command} && git push --follow-tags --force`, (err) => {
exec(`npm version ${command} && git push --follow-tags --no-verify`, (err) => {
if (err) {
throw err;
}
Expand Down

0 comments on commit 92799e2

Please sign in to comment.