We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce2f2c commit fe0c761Copy full SHA for fe0c761
.github/workflows/release.yml
@@ -44,6 +44,7 @@ jobs:
44
uses: actions/checkout@v4
45
with:
46
fetch-depth: 0 # Important: Fetch all history to generate changelog if needed
47
+ submodules: 'true'
48
49
# Optional: Build your library artifacts here if you want to attach them to the release
50
# For example, if you have a Gradle project:
0 commit comments