We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5afae commit 22b2d7cCopy full SHA for 22b2d7c
.github/workflows/build.yml
@@ -79,6 +79,9 @@ jobs:
79
# Check out the current repository
80
- name: Fetch Sources
81
uses: actions/checkout@v4
82
+ with:
83
+ submodules: 'true'
84
+ token: ${{ secrets.FETCH_SUBMODULES_PAT }}
85
86
# Set up the Java environment for the next steps
87
- name: Setup Java
.github/workflows/release.yml
@@ -22,6 +22,8 @@ jobs:
22
23
with:
24
ref: ${{ github.event.release.tag_name }}
25
26
27
28
29
0 commit comments