Skip to content

Commit

Permalink
fix(github-actions): Fix Git submodules not included in release archive
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Oct 27, 2024
1 parent 49ccaf2 commit 1d40eff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
# WORKAROUND: Adding this option triggers actions/checkout#1467
#fetch-tags: true

# Also recursively fetch submodules
submodules: true

- name: >-
WORKAROUND: Fetch tags that points to the revisions
checked-out(actions/checkout#1467)
Expand Down

0 comments on commit 1d40eff

Please sign in to comment.