We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08eede4 commit 6eed720Copy full SHA for 6eed720
1 file changed
.github/workflows/ci-pre-publish.yml
@@ -26,6 +26,8 @@ jobs:
26
with:
27
# If ref is not provided, checkout defaults to the commit that triggered the workflow
28
ref: ${{ inputs.ref }}
29
+ # Required for just targets that validate/build/test packages/opencode.
30
+ submodules: recursive
31
32
- name: Log version
33
if: inputs.version != ''
0 commit comments