diff --git a/scripts/sync_versions.sh b/scripts/sync_versions.sh index 36d2d03..00bd861 100755 --- a/scripts/sync_versions.sh +++ b/scripts/sync_versions.sh @@ -16,9 +16,10 @@ do ( cd ${folder} echo "deploy: $(pwd)" -# git stash -# git pull --rebase -# ./${SCRIPT_NAME} ${TAG} -# git stash pop + git stash + git pull --rebase + git pull --tags + ./${SCRIPT_NAME} ${TAG} + git stash pop ) done \ No newline at end of file