mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
Checkout submodules on CI when publishing collab images
This commit is contained in:
parent
c96c8fd782
commit
8b43368bf9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish_collab_image.yml
vendored
1
.github/workflows/publish_collab_image.yml
vendored
|
@ -26,6 +26,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
clean: false
|
clean: false
|
||||||
|
submodules: 'recursive'
|
||||||
|
|
||||||
- name: Check that tag version matches package version
|
- name: Check that tag version matches package version
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue