Skip to content

Commit 313544c

Browse files
PROD-3277 Fix branch to push to
1 parent dc798d1 commit 313544c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ running_version_patch: &running_version_patch
6161
git config user.name brooketopcoder
6262
git config user.email [email protected]
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
6666
update_types: &update_types
6767
name: Updating Types
@@ -73,7 +73,7 @@ update_types: &update_types
7373
git config user.email [email protected]
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
7878
finger_print_add: &finger_print_add
7979
fingerprints:

0 commit comments

Comments
 (0)