Skip to content

Commit

Permalink
fix run master command in tags too
Browse files Browse the repository at this point in the history
  • Loading branch information
alextremp committed Jun 17, 2020
1 parent 26d575b commit c47d8b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/versiona.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const versiona = ({
? `${publish}${isBeta ? ' --tag beta' : ''}`
: publish
)
masterCommand && addShell(masterCommand)
addShell(`git push --repo=${repoURL} origin ${toBranch} --quiet`)
} else if (isMaster) {
masterCommand && addShell(masterCommand)
Expand Down

0 comments on commit c47d8b9

Please sign in to comment.