Skip to content

Commit 1d40eff

Browse files
committed
fix(github-actions): Fix Git submodules not included in release archive
Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
1 parent 49ccaf2 commit 1d40eff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
# WORKAROUND: Adding this option triggers actions/checkout#1467
3030
#fetch-tags: true
3131

32+
# Also recursively fetch submodules
33+
submodules: true
34+
3235
- name: >-
3336
WORKAROUND: Fetch tags that points to the revisions
3437
checked-out(actions/checkout#1467)

0 commit comments

Comments
 (0)