diff --git a/scripts/circle-check-packages.sh b/scripts/circle-check-packages.sh index 3e7f077cf58..b9a18f536fa 100755 --- a/scripts/circle-check-packages.sh +++ b/scripts/circle-check-packages.sh @@ -27,8 +27,9 @@ else echo $'\nBuilding packages' yarn packages:build - echo $'\nCleaning repo' - git reset --hard + echo $'\nCommiting version changes' + echo $'\nThis commit will not be checked-in' + git commit -am "Version commit" echo $'\nPublishing packages' yarn packages:publishNext