We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ccaf2 commit 1d40effCopy full SHA for 1d40eff
.github/workflows/release.yml
@@ -29,6 +29,9 @@ jobs:
29
# WORKAROUND: Adding this option triggers actions/checkout#1467
30
#fetch-tags: true
31
32
+ # Also recursively fetch submodules
33
+ submodules: true
34
+
35
- name: >-
36
WORKAROUND: Fetch tags that points to the revisions
37
checked-out(actions/checkout#1467)
0 commit comments