Skip to content

Commit

Permalink
🔧 chore(.github/workflows): 更新release.yml以递归检出子模块
Browse files Browse the repository at this point in the history
在release工作流中,添加了递归检出子模块的配置,以确保所有子模块都能正确检出。
  • Loading branch information
周腾 committed Oct 29, 2024
1 parent 9584ce6 commit 5370f76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
# Checkout
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive

# Install Node.js
- name: Install Node.js
Expand Down

0 comments on commit 5370f76

Please sign in to comment.