Skip to content

Commit f9b11e8

Browse files
committed
chore: update release workflow to initialize and update git submodules
1 parent 5d82877 commit f9b11e8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
- uses: astral-sh/setup-uv@v5
3030

3131
- name: Install release dependencies
32-
run: uv sync --group dev --no-install-project
32+
run: |
33+
uv sync --group dev --no-install-project
34+
git submodule update --init --remote
3335
3436
- name: Configure git identity
3537
run: |

0 commit comments

Comments
 (0)