Skip to content

Commit 6eed720

Browse files
committed
fix(ci): initialize submodules in pre-publish checks
1 parent 08eede4 commit 6eed720

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-pre-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
with:
2727
# If ref is not provided, checkout defaults to the commit that triggered the workflow
2828
ref: ${{ inputs.ref }}
29+
# Required for just targets that validate/build/test packages/opencode.
30+
submodules: recursive
2931

3032
- name: Log version
3133
if: inputs.version != ''

0 commit comments

Comments
 (0)