Skip to content

Commit

Permalink
ci: enable submodules for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Dec 14, 2023
1 parent 63a7bcc commit 06bb604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
submodules: true

- name: Setup pnpm
uses: pnpm/action-setup@v2
Expand Down

0 comments on commit 06bb604

Please sign in to comment.