diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index b8766aa..0567cef 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -24,14 +24,10 @@ jobs: git add . git submodule update --init --recursive --remote Tweaks/DontEatMyContent git add . - git submodule update --init --recursive --remote Tweaks/IAmYouTube - git add . git submodule update --init --recursive --remote Tweaks/YTHoldForSpeed git add . git submodule update --init --recursive --remote Tweaks/YTSpeed git add . - git submodule update --init --recursive --remote Tweaks/MrBeastify - git add . git submodule update --init --recursive --remote Tweaks/Return-YouTube-Dislikes git add . git submodule update --init --recursive --remote Tweaks/uYouLocalization @@ -58,6 +54,8 @@ jobs: git add . git submodule update --init --recursive --remote Tweaks/iSponsorBlock git add . + git submodule update --init --recursive --remote Tweaks/protobuf + git add . git submodule update --init --recursive git commit -m "updated submodules" git push