We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c555518 commit 0490c02Copy full SHA for 0490c02
.github/workflows/release.yml
@@ -19,6 +19,7 @@ jobs:
19
uses: actions/[email protected]
20
with:
21
ref: ${{ github.event.release.tag_name }}
22
+ submodules: true
23
24
# Setup Java 11 environment for the next steps
25
- name: Setup Java
0 commit comments