Skip to content

Commit

Permalink
e fixed branch reference name for push
Browse files Browse the repository at this point in the history
  • Loading branch information
cmstead committed Aug 18, 2021
1 parent bbe4493 commit 9905618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gittey-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
},
{
"name": "push-minor",
"command": "gittey pull; node ./version-bump minor; git push origin main --tags"
"command": "gittey pull; node ./version-bump minor; git push origin master --tags"
},
{
"name": "push-patch",
"command": "gittey pull; node ./version-bump patch; git push origin main --tags"
"command": "gittey pull; node ./version-bump patch; git push origin master --tags"
}
],
"collaborators": [
Expand Down

0 comments on commit 9905618

Please sign in to comment.