Skip to content

Commit

Permalink
Update update-snapshot-packages.yml - add submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
samuveth authored Sep 26, 2023
1 parent c1e3a92 commit 865ac78
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/update-snapshot-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ jobs:
- name: Update lock.js
run: |
yarn upgrade @snapshot-labs/lock --latest
- name: Update snapshot-spaces submodule
run: |
git submodule update --init --recursive
cd snapshot-spaces
git pull origin master
cd ..
git add snapshot-spaces
git commit -m "Update snapshot-spaces submodule"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
Expand Down

0 comments on commit 865ac78

Please sign in to comment.