File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ running_version_patch: &running_version_patch
6161 git config user.name brooketopcoder
6262 git config user.email brooke.souza@topcoder.com
6363 npm version patch -m "Increment Version [ci skip]"
64- git push --set-upstream origin PROD-3277_version
64+ git push --set-upstream origin master
6565
6666update_types : &update_types
6767 name : Updating Types
@@ -73,7 +73,7 @@ update_types: &update_types
7373 git config user.email brooke.souza@topcoder.com
7474 git add types
7575 git diff-index --cached --quiet HEAD || git commit -m "Add Types [ci skip]"
76- git push --set-upstream origin PROD-3277_version
76+ git push --set-upstream origin master
7777
7878finger_print_add : &finger_print_add
7979 fingerprints :
You can’t perform that action at this time.
0 commit comments