We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa9f15 commit bab8eeeCopy full SHA for bab8eee
.github/workflows/release.yaml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: "actions/checkout@v4"
18
with:
19
- fetch-depth: 0
+ submodules: "recursive"
20
- name: "Log in to container registry"
21
uses: "docker/[email protected]"
22
0 commit comments