Skip to content

Commit a06c191

Browse files
author
root
committed
recursive
1 parent 68fd06f commit a06c191

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@master
16+
with:
17+
submodules: recursive # 递归检出git子模块(submodules)
18+
1619
# https://github.com/taiki-e/create-gh-release-action
1720
- uses: taiki-e/create-gh-release-action@v1
1821
with:

0 commit comments

Comments
 (0)