diff --git a/.github/workflows/update-snapshot-packages.yml b/.github/workflows/update-snapshot-packages.yml index 2ffa4483ec0..1e67b3388d8 100644 --- a/.github/workflows/update-snapshot-packages.yml +++ b/.github/workflows/update-snapshot-packages.yml @@ -16,6 +16,11 @@ jobs: - name: Update lock.js run: | yarn upgrade @snapshot-labs/lock --latest + - name: Update snapshot-spaces submodule + run: | + git submodule update --remote snapshot-spaces + git add snapshot-spaces + git commit -m "Update snapshot-spaces submodule" - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: