Checkout submodules on CI when publishing collab images
This commit is contained in:
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
|
||||
with:
|
||||
clean: false
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Check that tag version matches package version
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user